qemu_q800_m1
[Start] [Cat] [About] [Syntax] [Scraps]
Quadra 800 in QEMU on M1 Mac
- You'll need the build dependencies for qemu, I used brew to install them
list brew packages here?
- Clone repo
git clone -b q800.upstream https://www.gitlab.com/mcayland/qemu q800-upstream
cd q800-upstream
./configure --target-list=m68k-softmmu --enable-cocoa
cd build
./qemu-img create -f raw pram-macos.img 256b
./qemu-system-m68k \ -M q800 \ -m 128 \ -bios q800.rom \ -display cocoa \ -drive file=pram-macos.img,format=raw,if=mtd
qemu_q800_m1.txt ยท Last modified: 2024/11/14 02:30 by 127.0.0.1