diff options
| author | Michael Brown | 2005-05-17 15:37:01 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-17 15:37:01 +0200 |
| commit | 9a413cfea1bfe30829c5faf9f0b5faeca16c50fa (patch) | |
| tree | d88f2ee988caf95b885130d2bc44949d7794ab5c /src/arch | |
| parent | Added debug messages (diff) | |
| download | ipxe-9a413cfea1bfe30829c5faf9f0b5faeca16c50fa.tar.gz ipxe-9a413cfea1bfe30829c5faf9f0b5faeca16c50fa.tar.xz ipxe-9a413cfea1bfe30829c5faf9f0b5faeca16c50fa.zip | |
Moved os_regs into start32.S
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/core/start32.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/arch/i386/core/start32.S b/src/arch/i386/core/start32.S index e82454bb7..4848b15c8 100644 --- a/src/arch/i386/core/start32.S +++ b/src/arch/i386/core/start32.S @@ -38,7 +38,11 @@ .text .arch i386 .code32 - + + /* This is a struct os_entry_regs */ + .globl os_regs +os_regs: .space 56 + /************************************************************************** XSTART32 - Transfer control to the kernel just loaded **************************************************************************/ |
