shoebill/README.md

39 lines
1.6 KiB
Markdown
Raw Normal View History

2014-05-10 23:01:13 +00:00
<h1><img align=right src="../../../pruten.github.io/raw/master/web/stork_tiny_head3.jpg"/>Shoebill</h1>
2014-02-24 21:08:37 +00:00
A Macintosh II emulator that runs A/UX (and A/UX only).
Shoebill is an all-new, BSD-licensed Macintosh II emulator designed from the ground up with the singular goal of running A/UX.
2014-07-04 02:09:05 +00:00
Shoebill requires a Macintosh II, IIx or IIcx ROM, and a disk image with A/UX installed.
[Download the latest release], and then see the [getting started] wiki.
Also check out [screenshots].
2015-04-10 02:22:51 +00:00
__Update (April 9, 2015): Taking a break from regular development for a while. The last release was 0.0.4 in June 2014, and the latest commit implements ethernet and a new theoretically-very-accurate but totally untested FPU core with lots of suspected bugs. (But it seems to work better than the old FPU, anyways.) [The thread on emaculation.com] has tips on how to get ethernet working.__
####Supports
2015-04-10 02:22:51 +00:00
* A/UX 1.1.1 through 3.1 (and 3.1.1 a little)
####Currently Implements
* 68020 CPU (mostly)
2015-04-10 02:22:51 +00:00
* 68881 FPU (mostly)
* 68851 PMMU (just enough to boot A/UX)
* SCSI
* ADB
2014-06-30 23:06:33 +00:00
* PRAM
2015-04-10 02:22:51 +00:00
* Ethernet (via emulated Apple EtherTalk/DP8390 card)
* A NuBus video card with 24-bit depth.
#### Does not implement (yet)
* Sound
* Floppy
* Serial ports
[Download the latest release]:https://github.com/pruten/Shoebill/releases
[getting started]:https://github.com/pruten/Shoebill/wiki/Getting-Started
[screenshots]:https://github.com/pruten/Shoebill/wiki/Screenshots
2014-07-04 02:10:32 +00:00
[Shoebill 0.0.4 is available (Now with Windows & Linux ports)]:https://github.com/pruten/Shoebill/releases
2015-04-10 02:22:51 +00:00
[The thread on emaculation.com]:http://www.emaculation.com/forum/viewtopic.php?f=7&t=8288