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

/****************************************************************************
 * Internal stack
 ****************************************************************************
 */
	.section ".stack16", "aw", @nobits
	.align 8
	.globl _stack16
_stack16:
	.space 4096
	.globl _estack16
_estack16: