summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core/stack.S
blob: c2d138aaff3e1dad77104225cd5ecb0b72c4be48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.arch i386

/****************************************************************************
 * Internal stack
 ****************************************************************************
 */
	.section ".stack"
	.align 8
	.globl _stack
_stack:
	.space 4096
	.globl _estack
_estack: