]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/m68k: define Macintosh Quadra 800
authorLaurent Vivier <laurent@vivier.eu>
Sat, 26 Oct 2019 16:45:45 +0000 (18:45 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 28 Oct 2019 18:06:53 +0000 (19:06 +0100)
commit04e7ca8d0f15a1c185f7b4b5c0de797730c2ed86
tree339d7a611516ab9ecc0d57212793e3a8b3189399
parentc701ec626c00ef73028a37a44b3d49e9b098a888
hw/m68k: define Macintosh Quadra 800

If you want to test the machine, it doesn't yet boot a MacROM, but you can
boot a linux kernel from the command line.

You can install your own disk using debian-installer with:

    ./qemu-system-m68k \
    -M q800 \
    -serial none -serial mon:stdio \
    -m 1000M -drive file=m68k.qcow2,format=qcow2 \
    -net nic,model=dp83932,addr=09:00:07:12:34:57 \
    -append "console=ttyS0 vga=off" \
    -kernel vmlinux-4.15.0-2-m68k \
    -initrd initrd.gz \
    -drive file=debian-9.0-m68k-NETINST-1.iso \
    -drive file=m68k.qcow2,format=qcow2 \
    -nographic

If you use a graphic adapter instead of "-nographic", you can use "-g"
to set the size of the display (I use "-g 1600x800x24").

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Co-developed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20191026164546.30020-11-laurent@vivier.eu>
MAINTAINERS
hw/m68k/Kconfig
hw/m68k/Makefile.objs
hw/m68k/bootinfo.h [new file with mode: 0644]
hw/m68k/q800.c [new file with mode: 0644]