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

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