diff options
-rw-r--r-- | microkernel/mach/documentation.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 83e2d0e2..9c145500 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -12,6 +12,9 @@ is included in the section entitled summary of Mach's history and main concepts. - OSF's [Kernel - Interface](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) + Interface](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) - OSF's [Kernel - Principles](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + Principles](http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) + - Porting and Modifying the Mach 3.0 microkernel [Porting Mach] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) + - Programmers' Guide to the Mach System Call [Mach System Call] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) + - An IO System for Mach [IO system for Mach] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) |