diff --git a/src/arch/i386/core/start32.S b/src/arch/i386/core/start32.S index e82454bb..4848b15c 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 **************************************************************************/