summaryrefslogtreecommitdiff
path: root/Mach
diff options
context:
space:
mode:
authorLuis Bustamante <luferbu at debian dot org>2002-06-04 17:49:23 +0000
committerLuis Bustamante <luferbu at debian dot org>2002-06-04 17:49:23 +0000
commitdaf820c56ef0922ae8e1924ed2e09c1a1c489ae8 (patch)
treefc1c16683adebd79faacffcda7aa94bcf315d547 /Mach
parent95eda276f881e9f8105ac16d927336ff0359d7d0 (diff)
none
Diffstat (limited to 'Mach')
-rw-r--r--Mach/BuildingOskitMach.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn
index 525fa3f1..51686568 100644
--- a/Mach/BuildingOskitMach.mdwn
+++ b/Mach/BuildingOskitMach.mdwn
@@ -1,6 +1,6 @@
%TOC%
-This is a brief Building OSKit Mach HowTO. It covers evrything from getting the latest sources of both the [OSKit](http://www.cs.utah.edu/flux/oskit/) and the OSKit branch of the GNUmach kernel. There is also [another guide](http://www.etherhogz.org/doc/oskit-mach.html). Down to building and debugging them.
+This is a brief Building OSKit Mach HowTO. It covers everything from getting the latest sources of both the [OSKit](http://www.cs.utah.edu/flux/oskit/) and the OSKit branch of the GNUmach kernel. There is also [another guide](http://www.etherhogz.org/doc/oskit-mach.html). Down to building and debugging them. On May 27 after the [[GnuMach]] 1.3 release, Roland McGrath merged OSKit Mach in the [[GnuMach]] 2.x mainline.
## <a name="Getting_your_hands_on_the_source"> Getting your hands on the source </a>
@@ -22,10 +22,10 @@ Valentine's day 2001 release: <ftp://flux.cs.utah.edu/flux/oskit/oskit-20010214.
### <a name="Accessing_GNU_CVS"> </a> Accessing GNU CVS
-Setup your environment with the CVSROOT variable and checkout the oskit-branch of the gnumach kernel.
+Setup your environment with the CVSROOT variable and checkout gnumach.
CVSROOT=":pserver:anoncvs@anoncvs.gnu.org:/cvsroot/hurd"
- cvs -z3 co -r oskit-branch -d oskit-mach gnumach
+ cvs -z3 co -d oskit-mach gnumach
## <a name="Building"> Building </a>
@@ -77,3 +77,7 @@ For now, see the [[RemoteDebugOskitMach]] page.
----
-- [[Main/JoachimNilsson]] - 14 May 2002
+
+Updated by:
+
+-- [[Main/LuisBustamante]] - 04 Jun 2002