http://git.etherboot.org
/
people
/
pcmattman
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow space for the kernel's real-mode .bss. Previously we weren't
[people/pcmattman/gpxe.git]
/
src
/
arch
/
i386
/
include
/
bzimage.h
diff --git
a/src/arch/i386/include/bzimage.h
b/src/arch/i386/include/bzimage.h
index
f443fae
..
609e836
100644
(file)
--- a/
src/arch/i386/include/bzimage.h
+++ b/
src/arch/i386/include/bzimage.h
@@
-117,6
+117,8
@@
struct bzimage_cmdline {
/** bzImage command line present magic marker value */
#define BZI_CMDLINE_MAGIC 0xa33f
/** bzImage command line present magic marker value */
#define BZI_CMDLINE_MAGIC 0xa33f
+/** Assumed size of real-mode portion (including .bss) */
+#define BZI_ASSUMED_RM_SIZE 0x8000
/** Amount of stack space to provide */
#define BZI_STACK_SIZE 0x1000
/** Amount of stack space to provide */
#define BZI_STACK_SIZE 0x1000