mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-23 19:51:46 +00:00
Moved os_regs into start32.S
This commit is contained in:
parent
a76b9c3f19
commit
9a413cfea1
@ -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
|
||||
**************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user