diff options
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 |