Darwin

From Computer History Wiki
Revision as of 13:13, 29 November 2010 by Neozeed (talk | contribs)
Jump to: navigation, search

Darwin is the open source core of OS X. It includes the XNU kernel, along with all the free tools. XNU is the updated OpenSTEP kernel which fuses BSD 4.4 with Mach 3.0

As far as I recall it started being fully distributed in Darwin 1.4.1, which was a PowerPC only release, while later releases included support for the x86.

The following releases can be downloaded here:


getting this to run

So far, under emulation I've only managed to get Darwin 8.0.1 to run under Qemu 0.13.0. As far as I know 1.4.1, has some kind of CPU issue, and 6.0.1 and 7.0.1 all have ACPI issues.

Installation is pretty simple, a config like this is more then enough to get going:

C:\qemu-0.13.0>qemu.exe -L pc-bios -m 256 -hda 4gc.disk -cdrom 801.iso -net nic,model=e1000 -net user -no-reboot -boot d

What runs