mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 09:32:33 +03:00
Moved os_regs into start32.S
This commit is contained in:
@@ -38,7 +38,11 @@
|
|||||||
.text
|
.text
|
||||||
.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
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user