summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/core/stack16.S
blob: 523f0288bc514041b7029398a1a768ad8c059882 (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 ".stack16", "aw", @nobits
	.align 8
	.globl _stack16
_stack16:
	.space 4096
	.globl _estack16
_estack16: