From 33b544ba5c78c656cef6f34880cd3670d170a83f Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sun, 26 Jul 2009 06:31:32 +0000 Subject: [PATCH] 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 --- hw/ppc_mac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index dc39338e80..bcc4aaf8a2 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -36,8 +36,8 @@ #define PROM_ADDR 0xfff00000 #define KERNEL_LOAD_ADDR 0x01000000 -#define CMDLINE_ADDR 0x017ff000 -#define INITRD_LOAD_ADDR 0x01800000 +#define CMDLINE_ADDR 0x027ff000 +#define INITRD_LOAD_ADDR 0x02800000 #define ESCC_CLOCK 3686400 -- 2.11.0