Commit 33b544ba5c78c656cef6f34880cd3670d170a83f
Committed by
Blue Swirl
1 parent
a7b022e0
Give the kernel more room
My self-built PPC kernel doesn't fit in the region reserved for the kernel, so I can't use -kernel with it. Let's just extend the region. Signed-off-by: Alexander Graf <agraf@suse.de>
Showing
1 changed file
with
2 additions
and
2 deletions
hw/ppc_mac.h
... | ... | @@ -36,8 +36,8 @@ |
36 | 36 | #define PROM_ADDR 0xfff00000 |
37 | 37 | |
38 | 38 | #define KERNEL_LOAD_ADDR 0x01000000 |
39 | -#define CMDLINE_ADDR 0x017ff000 | |
40 | -#define INITRD_LOAD_ADDR 0x01800000 | |
39 | +#define CMDLINE_ADDR 0x027ff000 | |
40 | +#define INITRD_LOAD_ADDR 0x02800000 | |
41 | 41 | |
42 | 42 | #define ESCC_CLOCK 3686400 |
43 | 43 | ... | ... |