summaryrefslogtreecommitdiff
path: root/Mach/OskitMach.mdwn
diff options
context:
space:
mode:
authorJames A. Morrison <ja2morri@uwaterloo.ca>2003-01-19 15:58:00 +0000
committerJames A. Morrison <ja2morri@uwaterloo.ca>2003-01-19 15:58:00 +0000
commita5bb1e53b47616649db16fb45f8a2abd51b1b8c0 (patch)
tree59baa2205c750f25d52bf77db00c578bad1b6c68 /Mach/OskitMach.mdwn
parentbb26aeb1401717e5cfe9173524159569d29ae9f1 (diff)
none
Diffstat (limited to 'Mach/OskitMach.mdwn')
-rw-r--r--Mach/OskitMach.mdwn7
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:_**