diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-24 20:23:51 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-24 20:23:51 +0000 |
commit | 992e5acd4d0c08d397c39c80acc8203fd394bd9c (patch) | |
tree | 929d43423e820bce59861e9bd20870136ae91f2e /hw/ppc_mac.h | |
parent | fe09612978318b456558826ef2635ce914eb00b6 (diff) | |
download | qemu-992e5acd4d0c08d397c39c80acc8203fd394bd9c.zip |
Use OpenBIOS for g3bw machine
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6128 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ppc_mac.h')
-rw-r--r-- | hw/ppc_mac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index 3a26cdef99..c833d1758f 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -31,6 +31,8 @@ #define BIOS_FILENAME "ppc_rom.bin" #define VGABIOS_FILENAME "video.x" #define NVRAM_SIZE 0x2000 +#define PROM_FILENAME "openbios-ppc32" +#define PROM_ADDR 0xfff00000 #define KERNEL_LOAD_ADDR 0x01000000 #define INITRD_LOAD_ADDR 0x01800000 |