diff options
-rw-r--r-- | Mach/OskitMach.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mach/OskitMach.mdwn b/Mach/OskitMach.mdwn index 43c97070..f05cdad9 100644 --- a/Mach/OskitMach.mdwn +++ b/Mach/OskitMach.mdwn @@ -4,9 +4,9 @@ ## <a name="About"> About </a> -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/). After the release of [[GnuMach]] 1.3, OSKit Mach has been merged as the new [[GnuMach]] 2.x mainline. +OSKit Mach was a branch off of the [[GnuMach]] kernel, but since the release of [[GnuMach]] 1.3, OSKit Mach has been merged as the new [[GnuMach]] 2.x mainline. It makes use of the drivers 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]] 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. You can also run a [Neighbor Hurd](http://www.gnu.org/software/hurd/howto/subhurd.html). +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="Research"> Research </a> @@ -26,6 +26,8 @@ First you need to get the latest OSKit and the oskit-mach stuff. Take a look at Igor Khavkine's, , excellent help to [remote debug oskit-mach over a serial line](http://www.etherhogz.org/doc/oskit-boot.txt), or the local [[RemoteDebugOskitMach]]. +You can also, to some extent, run a [http://www.gnu.org/software/hurd/howto/subhurd.html]\[Neighbor Hurd]] (sub-hurd) to debug or replicate problems. + ---- **_Comments:_** |