Page 1 of 1

Status of Qemu-68k?

Posted: Wed Dec 12, 2018 12:57 pm
by darthnvader
Anyone have any update on the status of booting the Mac OS in Qemu 68k?

Re: Status of Qemu-68k?

Posted: Wed Dec 12, 2018 1:28 pm
by Cat_7
Sure,

It does not work yet. Some effort has been put into straightening old code so it fits with current requirements and makes use of new emulated hardware components (7 year old code...). But loading and booting a 68k mac rom has not been addressed. Current development is more looking into hardware supported ppc altivec speed improvements and monitor edid support.

Best,
Cat_7

Re: Status of Qemu-68k?

Posted: Wed Dec 12, 2018 4:32 pm
by adespoton
It wouldn't be accurately modelling the hardware, but it seems to me that it should be possible to write an OpenBIOS module that does nothing more than load and execute a 68K ROM image and provide interfaces for the hardware. Has anyone discussed this approach already? It would be similar to what's been done for VGA support in the past, although a larger undertaking.