summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/core/stack.S
blob: 737ec0eed9df6843ec90f17eaf8ebe4124c2a90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FILE_LICENCE ( GPL2_OR_LATER )

	.arch i386

/****************************************************************************
 * Internal stack
 ****************************************************************************
 */
	.section ".stack", "aw", @nobits
	.align 8
	.globl _stack
_stack:
	.space 4096
	.globl _estack
_estack: