diff options
author | giawa <giawa@web> | 2023-08-07 20:56:49 +0200 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2023-08-07 20:56:49 +0200 |
commit | f9c2b46293e4546ded066fdcc0454cc219219e4b (patch) | |
tree | 9c91711e83cea1fe11508690b1de5f69496bdf71 /microkernel | |
parent | 72feddfbf2a940c43374c12126ba2e2dd79bf6fd (diff) | |
download | web-f9c2b46293e4546ded066fdcc0454cc219219e4b.tar.gz web-f9c2b46293e4546ded066fdcc0454cc219219e4b.tar.bz2 web-f9c2b46293e4546ded066fdcc0454cc219219e4b.zip |
Apple links were dead, update link to XNU repository
Diffstat (limited to 'microkernel')
-rw-r--r-- | microkernel/mach.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn index df1a3dab..3abb548d 100644 --- a/microkernel/mach.mdwn +++ b/microkernel/mach.mdwn @@ -24,9 +24,7 @@ microkernel currently used by the [[Hurd]]. # Implementations * [[GNU_Mach|gnumach]] - * [Apple's Darwin](http://developer.apple.com/darwin/) - ([API](http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming/index.html)) - (**non-free**) + * [Apple's XNU (Darwin)](https://github.com/apple-oss-distributions/xnu) (**non-free**) * [[open_issues/OSF_Mach]] |