diff options
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/OskitMach.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Mach/OskitMach.mdwn b/Mach/OskitMach.mdwn index 24c467fe..8cb1f84c 100644 --- a/Mach/OskitMach.mdwn +++ b/Mach/OskitMach.mdwn @@ -14,8 +14,7 @@ The [[OskitMachStatusList]] tells what is required before GNUmach 2.0 (a.k.a. OS 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 Alpha Port](http://savannah.gnu.org/projects/gnumach-alpha/). - This work has been integrated into the actual OSkit cvs tree at utah. ## <a name="Building"> Building </a> @@ -28,7 +27,7 @@ You start Oskit-Mach almost the same way as the old 1.x version of GNUmach. Usin title GNUmach 1.90 (CVS) root (hd0,1) kernel /boot/oskit-mach.gz root=device:hd0s2 -- - module /hurd/ext2fs.static --readonly \ + module /hurd/ext2fs.static \ --multiboot-command-line=${kernel-command-line} \ --host-priv-port=${host-port} \ --device-master-port=${device-port} \ @@ -48,8 +47,6 @@ We have bugs, just like any other software product. To get around the more nasty 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. - ---- **_Comments:_** |