Quadra 800 in QEMU on M1 Mac

  1. You'll need the build dependencies for qemu, I used brew to install them
    list brew packages here?
  2. Clone repo
    git clone -b q800.upstream https://www.gitlab.com/mcayland/qemu q800-upstream
  3. cd q800-upstream
  4. ./configure --target-list=m68k-softmmu --enable-cocoa
  5. cd build
  6. ./qemu-img create -f raw pram-macos.img 256b
  7. ./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
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0