summaryrefslogtreecommitdiff
path: root/microkernel/mach/documentation.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'microkernel/mach/documentation.mdwn')
-rw-r--r--microkernel/mach/documentation.mdwn11
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)