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




                                                                             
                                          
                 




                        
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

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

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