- Beta OS can be downloaded from here PD-Devs
-
To run this, first extract the image with
xz
(xz -d pd_17_4.vmdk.xz
). -
Then, start the VMDK with QEMU:
qemu-system-x86_64 -m 8192 -cpu Penryn -smp 2 -netdev user,id=network0 -device rtl8139,netdev=network0 -serial stdio -drive format=vmdk,file=pd_17_4.vmdk
-
To run this, first extract the image with
xz
(xz -d pd_17_4.vmdk.xz
). -
Then convert to VDMK to ISO
qemu-img convert -f vmdk pd_17_4.vmdk -O raw pd_17_4.iso
. -
Then, start the ISO with QEMU:
qemu-system-x86_64 -m 8192 -cpu Penryn -smp 2 -netdev user,id=network0 -device rtl8139,netdev=network0 -serial stdio -drive format=raw,file=pd_17_4.iso
-
This is not a full OS like PureDarwin Xmas was, as Apple have closed down a lot of core components, we the community have to pick up the slack.
-
There is still a lot of work to be done but it can be completed if we band together. If you would like to view what's on this VM please use Paragon VMDK mounter for macOS users, all other please see what you need to do to mount and read an hfs filesystem on your OS. You may also use this
qemu-img convert -f vmdk pd_17_4.vmdk -O raw pd_17_4.iso
-
Please do not ask us questions on how to run macOS applications and non-open source software on PureDarwin. If you want something to hack on, then this is it.
-
We have not finished all the system/network_cmds. We built as much as we could without pulling headers from Apple's Xcode SDK's.
- Finish out Family Driver Support(USB/SATA/NVME/AHCI/PD-APCIPlatform)
- Finish out System Commands(Reboot/Shutdown)
- Finish out the Networking
- Finish out the Multi-User
We would like to thank:
- Apple, Inc. for releasing Darwin as Open Source
- David Elliott for his work on boot-132
- The Chameleon team for their work on boot-132
- The xnu-dev team for their work on the XNU kernel
- Stuart Crook for his work on PureFoundation, ddisnoted and libxpc/launchd work
- Ethan Sheriff for his work on the libsystem-plaform and libxpc/launchd work
- William Kent for his work on the DarwinBuild upgrade
- Rafirafi for his work on Generic Platform and PDCrypto kexts
- Mac OS Forge for The DarwinBuild project
- Ferdinand Klinzer - [email protected]
- Clifford Sekel - [email protected]
- Avi Saven - [email protected]
- Ethan Sherriff - [email protected]
- Stuart Cook - [email protected]
- William Kent - [email protected]