lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Nov 27, 2017 at 1:13 PM, Marc Balmer <marc@msys.ch> wrote:
>
>
>> Am 27.11.2017 um 08:53 schrieb Paige DePol <lual@serfnet.org>:
>>
>> Russell Haley <russ.haley@gmail.com> wrote:
>>
>>> Big chunks of BSD code run in many OSes, including Android.
>>
>> Don't forget OSX, now once again macOS, which was derived from NeXT so the
>> core of macOS is essentially BSD. In keeping with the license there are
>
> The core of macOS, aka the kernel, is Mach, which is not BSD.  Some of its userland are BSD derived, but macOS certainly is not BSD.

The Mach kernel is derived from many components, including numerous
from BSD 4.4. If I get time to go back in my book I'll pass on some of
the references. The BSD socket and TCP/IP stack are the most quoted,
but many other examples exist.

>> parts of macOS that Apple does release the source code[1] for... like the
>> Mach kernel, for example. This has allowed the Hackintosh[2] community to
>> thrive, much to Apple's chagrin I am sure! ;)
>>
>> ~Paige
>>
>> [1] https://opensource.apple.com
>> [2] Computers that run Apple's macOS on non-Apple, but compatible, hardware.
>>
>>
>>
>
>