Re: powerpc/apus boot floppies : architecture not supported.
In utilities/dbootstrap/main.c:
#if #cpu (powerpc)
Arch2=get_powerpc_model();
if ( (strcmp(Arch2,"CHRP")) && (strcasecmp(Arch2,"Power")) &&
(strcasecmp(Arch2,"Powerbook")) && (strcasecmp(Arch2,"iMac")) &&
(strcmp(Arch2,"PReP"))) {
problemBox(_("Your PowerPC architecture is not supported yet."),_("Problem"));
reboot(RB_AUTOBOOT);
}
#endif
I believe this is the place to look into.
> How do i tell the boot floppies that powerpc/apus is supported ?
--
Mike
Reply to: