diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2002-11-05 11:19:32 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2002-11-05 11:19:32 +0000 |
commit | c1e5caaafff088006bfb2ad8a6665191f6043f32 (patch) | |
tree | 176bf8ab480b71befc0f610bbc23a1a3f6501a6f | |
parent | 51a57449ff1064e9c345564520e7362c7e2da890 (diff) |
none
-rw-r--r-- | Mach/OskitMach.mdwn | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Mach/OskitMach.mdwn b/Mach/OskitMach.mdwn index 6634c769..aabc97e1 100644 --- a/Mach/OskitMach.mdwn +++ b/Mach/OskitMach.mdwn @@ -12,25 +12,21 @@ GNU Mach 2.0 makes use of the drivers provided by [the OSKit](http://www.cs.utah The [[OskitMachStatusList]] tells what is required before GNUmach 2.0 (a.k.a. OSKit-Mach) goes mainstream. Status of the new console/term is on that page. The [[Hurd/MailLists]], or the [[Hurd/HurdIRC]] is, like always, the best source of more current information. -There's also other efforts +There also exist other efforts * [OSKit-Mach Alpha Port](http://savannah.gnu.org/projects/gnumach-alpha/). -* [OSKit-Mach [[PowerPC]] port](http://huizen.dds.nl/~pjbruin/hurd/) +* [OSKit-Mach PowerPC port](http://huizen.dds.nl/~pjbruin/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. Or the locally kept brief version, [[BuildingOskitMach]]. +First you need to get the latest OSKit release and, preferrably, the latest CVS version of GNUmach. Take a look at the following [tutorial](http://www.etherhogz.org/doc/oskit-mach.html) to get started. Or the locally kept version, [[BuildingOskitMach]]. ## <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), or the local [[RemoteDebugOskitMach]]. +See Igor Khavkine's, [i\_khavki@alcor.concordiaNOSPAM.ca](mailto:i_khavki@alcor.concordiaNOSPAM.ca), 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 [Neighbor Hurd](http://www.gnu.org/software/hurd/howto/subhurd.html) (sub-hurd) to debug or replicate problems. -## <a name="Research"> Research </a> - -<http://citeseer.nj.nec.com/maeda92networking.html> -- An article by Chris Maeda and Brian N. Bershad discussing microkernel optimizations of an UDP driver. - ---- **_Comments:_** |