[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / arch / i386 / core / stack.S
blob737ec0eed9df6843ec90f17eaf8ebe4124c2a90c
1 FILE_LICENCE ( GPL2_OR_LATER )
3         .arch i386
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: