this post was submitted on 14 Sep 2024
767 points (98.6% liked)

linuxmemes

20703 readers
286 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
767
Fish Linux (sh.itjust.works)
submitted 5 days ago* (last edited 5 days ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 4 days ago (1 children)

Parts of it are. The kernel is derived from a Mach microkernel (an experimental kernel in the 80s, which was theoretically supposed to allow different OS personalities to coexist in the same system, sharing resources; macOS’ Darwin/XNU kernel doesn’t implement this capability in full, but you do get the Mach Ports interprocess communication mechanism, and a BSD UNIX personality permanently attached).

[–] [email protected] 9 points 4 days ago

Yes, and the FreeBSD kernel is also derived from it, but they both formed out of that. One to form NeXT mach and the other Net, which forked to NetBSD and FreeBSD. But macOS Mach isn't derived from the FreeBSD fork.