diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2003-01-03 10:50:00 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2003-01-03 10:50:00 +0000 |
commit | b9bed5c7436f2a0c42d5d9ee420745ec439dcc27 (patch) | |
tree | 9cc37e0a8c39cceab06b73fa6cd011a79678025f /Mach | |
parent | f53dbd515f4ad1825df4d996cc959c4a1001fc51 (diff) |
none
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/OskitMach.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mach/OskitMach.mdwn b/Mach/OskitMach.mdwn index 1e609829..24c467fe 100644 --- a/Mach/OskitMach.mdwn +++ b/Mach/OskitMach.mdwn @@ -6,7 +6,7 @@ OSKit-Mach began as a branch of the [[Mach/GnuMach]] 1.2 kernel, but since the release of GNU Mach 1.3, OSKit-Mach has been merged as the new [[Mach/GnuMach]] 2.x mainline. The [[Mach/MachHistory]] page tells a more interesting story including other operating systems who use Mach in their kernels. -GNU Mach 2.0 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 [[Hurd/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. +GNU Mach 2.0 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 [[TWiki/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="Status"> Status </a> @@ -36,6 +36,8 @@ You start Oskit-Mach almost the same way as the old 1.x version of GNUmach. Usin -T typed ${root} $(task-create) $(task-resume) module /lib/ld.so.1 /hurd/exec $(exec-task=task-create) +_Remember_ to ensure that there are no trailing spaces after the backslashes on the lines above if you copy-paste this into your menu.list file. + ## <a name="Bugs"> Bugs </a> We have bugs, just like any other software product. To get around the more nasty ones you can apply the unofficial patches found on |