Revision 3a616592 hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
152 152
        qemu_register_reset(&cpu_ppc_reset, env);
153 153
        envs[i] = env;
154 154
    }
155
    if (env->nip < 0xFFF80000) {
156
        /* Special test for PowerPC 601:
157
         * the boot vector is at 0xFFF00100, then we need a 1MB BIOS.
158
         * But the NVRAM is located at 0xFFF04000...
159
         */
160
        cpu_abort(env, "G3 Beige Mac hardware can not handle 1 MB BIOS\n");
161
    }
162 155

  
163 156
    /* allocate RAM */
164 157
    if (ram_size > (2047 << 20)) {

Also available in: Unified diff