summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/core/stack16.S
blob: 4bc6f081a94dcd424a51ad887826cfc6e9464d68 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      
 





                                                                             
                                          





                        
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

	.arch i386

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