diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-10-22 21:46:00 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-10-22 21:46:00 +0000 |
commit | 1eb30910667f5b35d74603fa37514efb25877a4b (patch) | |
tree | 061fa8bff253b101a2144b3de98587f825985141 /Mach | |
parent | 3b031e9d180b9e1caeb1164c514ac104c871f494 (diff) |
none
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/MachHistory.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Mach/MachHistory.mdwn b/Mach/MachHistory.mdwn new file mode 100644 index 00000000..9bf8c39d --- /dev/null +++ b/Mach/MachHistory.mdwn @@ -0,0 +1,7 @@ +Mach has quite a history. + +GNU took over the maintenance of Mach. OSKit Mach began as a branch of the [[GnuMach]] 1.2 kernel, but since the release of GNU Mach 1.3, [[OskitMach]] has been merged as the new GNU Mach 2.x mainline. + +Apple's Macintosh OSX (OS 10.x) is based on [Darwin](http://www.apple.com/macosx/technologies/darwin.html). _"Darwin uses a monolithic kernel based on [[FreeBSD]] 4.4 and the OSF/mk Mach 3."_ Darwin also has a [Kernel Programming](http://developer.apple.com/techpubs/macosx/Darwin/General/KernelProgramming/About/index.html) Book. + +-- [[Main/GrantBow]] - 22 Oct 2002 |