[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / arch / i386 / core / stack16.S
blob523f0288bc514041b7029398a1a768ad8c059882
1 FILE_LICENCE ( GPL2_OR_LATER )
3         .arch i386
5 /****************************************************************************
6  * Internal stack
7  ****************************************************************************
8  */
9         .section ".stack16", "aw", @nobits
10         .align 8
11         .globl _stack16
12 _stack16:
13         .space 4096
14         .globl _estack16
15 _estack16: