Documentation/Platforms/68k: Difference between revisions

From QEMU
No edit summary
(Add redirection to Documentation/Platforms/m68k)
Tag: New redirect
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
#REDIRECT [[Documentation/Platforms/m68k]]
An emulated 68k Macintosh. The model being the Quadra 800.
 
==Current status==
Does not boot any operating systems currently.
 
==Guest operating systems==
It will be able run application in a chroot with qemu-m68k (linux-user mode).
Mac OS and Linux are expected to run in this emulator one day.
 
== Build Directions ==
  ./configure --target-list=m68k-softmmu && make
 
== Suggested Command-Line ==
  qemu-system-m68k -kernel vmlinux -append "console=tty console=ttyS0 root=/dev/sda1 init=/bin/bash" \
  -serial mon:stdio -drive file=m68k.img,if=scsi -net nic
 
==How to help==
Review the patches that are sent to the [http://wiki.qemu.org/Contribute/MailingLists QEMU mailing list].
 
==Pictures==
[[File:linux desktop.png|300px|Linux Desktop]] [[File:Linux startup.png|300px|Startup of Linux]] [[File:screensaver.png|300px|Screensaver]] [[File:web browser.png|300px|Web Browser]]
 
==Links==
[https://github.com/vivier/qemu-m68k/wiki Maintainer's personal wiki page]<br>
[http://mrjester.hapisan.com/04_MC68/ 68k assembly language tutorial]<br>
[http://www.everymac.com/systems/apple/mac_quadra/specs/mac_quadra_800.html Quadra 800 specs]<br>
[http://www.pagetable.com/?p=50 Inside Macintosh volumes 1-3]<br>
[https://www.youtube.com/watch?v=FZLsewdEhbM Video of qemu-m68k booting Linux]<br>
[https://www.youtube.com/watch?v=wKpzBwsLmhw Video of 24bit GNOME on qemu-system-m68k]
 
==Maintainer contact info==
Laurent Vivier <laurent@vivier.eu>

Latest revision as of 11:06, 12 May 2020