top | item 29492598

(no title)

new_realist | 4 years ago

Darwin, Apple's OS, is open source.

discuss

order

snazz|4 years ago

Calling it an OS is a bit generous—although XNU is open-source, actually getting it running on hardware from just the publicly released parts is not particularly feasible. PureDarwin exists, but it's mostly just a curiosity to run in QEMU at this point.

lrvick|4 years ago

And yet it is not possible to run a single MacOS targeted GUI application on it without many proprietary components on top.

webmobdev|4 years ago

Since macOS is / was a port of xBSD, how much difference is there between Darwin and xBSD kernel?

bch|4 years ago

The userland was largely BSD, but the Mac kernel was a Mach kernel w a BSD shim for syscalls, iiuc.