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





                                                                             
                                          
                 




                        
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

	.section ".note.GNU-stack", "", @progbits
	.arch i386

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