From: Michael Brown Date: Tue, 17 May 2005 13:37:01 +0000 (+0000) Subject: Moved os_regs into start32.S X-Git-Tag: v0.9.3~1691 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a413cfea1bfe30829c5faf9f0b5faeca16c50fa;p=thirdparty%2Fipxe.git Moved os_regs into start32.S --- 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 **************************************************************************/