On Dec 5, 2012, at 6:34 AM, "Curt, WE7U" <[email protected]> wrote:

> On Wed, 5 Dec 2012, Chip Griffin wrote:
> 
>> OSX is based on FreeBSD, so your second to last statement is somewhat 
>> redundant.
> 
> I thought it was based on real BSD, not FreeBSD.  Not open-source Unix.  They 
> have to pay the license-holder of Unix for it.

The NeXTSTEP kernel was originally a single server Mach microkernel with a 4.3 
BSD server on top of it.  When Apple got ahold of it they changed out the 
userland with FreeBSD versions and modified their 4.3 BSD server with some of 
the FreeBSD kernel code as well.  That doesn't make it "derived from" FreeBSD 
or really even "based on" FreeBSD.  In some ways it acts like FreeBSD, but in 
other ways it's completely differently.  For example, sometimes the pthread 
library doesn't work very well because it's not the native threading method.  
Threads are implemented on the Mach microkernel level and there are calls such 
as thread_policy_set() to interact with them in their native API. 

> -- 
> Curt, WE7U.        http://wetnet.net/~we7u
> APRS Client Capabilities:  http://wetnet.net/~we7u/aprs_capabilities.html
> _______________________________________________
> Xastir mailing list
> [email protected]
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

--
Jeremy McDermond (NH6Z)
Xenotropic Systems
[email protected]



_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to