diff options
-rw-r--r-- | Mach/OskitMach.mdwn | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Mach/OskitMach.mdwn b/Mach/OskitMach.mdwn index 53b16221..66e8d6b6 100644 --- a/Mach/OskitMach.mdwn +++ b/Mach/OskitMach.mdwn @@ -1,7 +1,19 @@ -## <a name="OSKit_Mach"> </a> OSKit-Mach +# <a name="Table_of_Contents"> Table of Contents </a> + +%TOC% + +# <a name="OSKit_Mach"> </a> OSKit-Mach OSKit Mach is a branch off of the [[GnuMach]] kernel which makes use of the underpinnings provided by [the OSKit](http://www.cs.utah.edu/flux/oskit/) from [the Flux Research Group](http://www.cs.utah.edu/flux/). -The OSKit provides a neat driver base where both [[FreeBSD]] adn Linux (2.2.12) drivers are made available to [Mach](http://www-2.cs.cmu.edu/afs/cs/project/mach/public/www/mach.html) and thus the Hurd. +The OSKit provides a neat driver base where both [[FreeBSD]] and Linux (2.2.12) drivers are made available to [Mach](http://www-2.cs.cmu.edu/afs/cs/project/mach/public/www/mach.html) and thus the Hurd. + +# <a name="Building"> Building </a> + +First you need to get the latest OSKit and the oskit-mach stuff. Take a look at the following [tutorial](http://www.etherhogz.org/doc/oskit-mach.html) to get started. + +# <a name="Debugging"> Debugging </a> + +Igor Khavkine's, , excellent help to [remote debug oskit-mach over a serial line](http://www.etherhogz.org/doc/oskit-boot.txt). -- [[Main/JoachimNilsson]] - 11 May 2002 |