Moved os_regs into start32.S

This commit is contained in:
Michael Brown
2005-05-17 13:37:01 +00:00
parent a76b9c3f19
commit 9a413cfea1

View File

@@ -39,6 +39,10 @@
.arch i386 .arch i386
.code32 .code32
/* This is a struct os_entry_regs */
.globl os_regs
os_regs: .space 56
/************************************************************************** /**************************************************************************
XSTART32 - Transfer control to the kernel just loaded XSTART32 - Transfer control to the kernel just loaded
**************************************************************************/ **************************************************************************/