Home | History | Annotate | Download | only in core
      1 FILE_LICENCE ( GPL2_OR_LATER )
      2 
      3 	.arch i386
      4 
      5 /****************************************************************************
      6  * Internal stack
      7  ****************************************************************************
      8  */
      9 	.section ".stack", "aw", @nobits
     10 	.align 8
     11 	.globl _stack
     12 _stack:
     13 	.space 4096
     14 	.globl _estack
     15 _estack:
     16