qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 33b544b] Give the kernel more room


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 33b544b] Give the kernel more room
Date: Mon, 27 Jul 2009 07:21:59 -0000

From: Alexander Graf <address@hidden>

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 <address@hidden>

diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h
index dc39338..bcc4aaf 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]