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












                                                                             
	.arch i386

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