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
/
stack.S
blob
737ec0eed9df6843ec90f17eaf8ebe4124c2a90c
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: