Commit d45952a0fcd5341ee4ade3654910f514afe95e5c

Authored by aurel32
1 parent 13e4e059

Some more updates for the g3bw -> g3beige change

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6230 c046a42c-6fe2-441c-8c8c-71466251a162
hw/ppc_oldworld.c
... ... @@ -160,7 +160,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size,
160 160 * the boot vector is at 0xFFF00100, then we need a 1MB BIOS.
161 161 * But the NVRAM is located at 0xFFF04000...
162 162 */
163   - cpu_abort(env, "G3BW Mac hardware can not handle 1 MB BIOS\n");
  163 + cpu_abort(env, "G3 Beige Mac hardware can not handle 1 MB BIOS\n");
164 164 }
165 165  
166 166 /* allocate RAM */
... ...
qemu-doc.texi
... ... @@ -72,7 +72,7 @@ For system emulation, the following hardware targets are supported:
72 72 @item PC (x86 or x86_64 processor)
73 73 @item ISA PC (old style PC without PCI bus)
74 74 @item PREP (PowerPC processor)
75   -@item G3 BW PowerMac (PowerPC processor)
  75 +@item G3 Beige PowerMac (PowerPC processor)
76 76 @item Mac99 PowerMac (PowerPC processor, in progress)
77 77 @item Sun4m/Sun4c/Sun4d (32-bit Sparc processor)
78 78 @item Sun4u/Sun4v (64-bit Sparc processor, in progress)
... ...