2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-09-09 14:36:43 +00:00
Files
xcat-dep/ipxe/src/arch/i386/core/stack.S
T
2010-11-12 16:09:47 +00:00

16 lines
328 B
ArmAsm

FILE_LICENCE ( GPL2_OR_LATER )
.arch i386
/****************************************************************************
* Internal stack
****************************************************************************
*/
.section ".stack", "aw", @nobits
.align 8
.globl _stack
_stack:
.space 4096
.globl _estack
_estack: