repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
arch
/
i386
/
core
/
stack16.S
blob
523f0288bc514041b7029398a1a768ad8c059882
1
FILE_LICENCE ( GPL2_OR_LATER )
2
3
.arch i386
4
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: