diff options
author | shakthimaan <shakthimaan@web> | 2008-10-09 13:30:50 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-10-09 13:30:50 +0000 |
commit | c4991ab4dba78f915521a089b7160fdee8837559 (patch) | |
tree | 42f478307f6cfee56fcfe51d7b5f27ab8596113f | |
parent | dc34cdb50bcddfc00a00aec389b034117956ae1c (diff) |
-rw-r--r-- | microkernel/mach/documentation.mdwn | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 83e2d0e2..41a8176b 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -11,7 +11,10 @@ is included in the section entitled - [Meet Mach](http://www.stepwise.com/Articles/Technical/MeetMach.html), a 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) - - OSF's [Kernel - Principles](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + - OSF's Kernel Interface [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) + [pdf](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) + - OSF's Kernel Principles [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + [pdf] (http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) + - Porting and Modifying the Mach 3.0 Microkernel [pdf] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) + - An IO System for Mach [pdf] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) + - A Programmers' Guide to Mach System Call [pdf] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) |