http://git.etherboot.org
/
wraplinux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleaner memory map; avoid < 64K; handle older kernels
[wraplinux.git]
/
setup.h
diff --git
a/setup.h
b/setup.h
index
e203be8
..
baf008d
100644
(file)
--- a/
setup.h
+++ b/
setup.h
@@
-9,6
+9,7
@@
struct startup_info {
uint32_t rd_maxaddr;
uint32_t setup_addr;
uint32_t cmdline_addr;
+ uint32_t reloc_size;
};
struct setup_header {