mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Use internal real-mode stack from non-returnable prefixes
This commit is contained in:
13
src/arch/i386/core/stack16.S
Normal file
13
src/arch/i386/core/stack16.S
Normal file
@@ -0,0 +1,13 @@
|
||||
.arch i386
|
||||
|
||||
/****************************************************************************
|
||||
* Internal stack
|
||||
****************************************************************************
|
||||
*/
|
||||
.section ".stack16"
|
||||
.align 8
|
||||
.globl _stack16
|
||||
_stack16:
|
||||
.space 4096
|
||||
.globl _estack16
|
||||
_estack16:
|
||||
Reference in New Issue
Block a user