diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2002-11-13 12:52:00 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2002-11-13 12:52:00 +0000 |
commit | 3a1272715c4ca25cf310c9d5caa0c300e22c9694 (patch) | |
tree | a791ecfda3979b850ee16cecccdc0adab3d366b7 /Mach | |
parent | 88017b6754ba30bebf8388cb0c04451431bd48bf (diff) |
none
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 81d9919b..837a219a 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -12,10 +12,16 @@ First you need to checkout the relevant sources. ### <a name="The_OSKit"> </a> The OSKit +**_Sources:_** + * St. Patricks day 2002 release: <ftp://flux.cs.utah.edu/flux/oskit/oskit-20020317.tar.gz> * Valentine's day 2001 release: <ftp://flux.cs.utah.edu/flux/oskit/oskit-20010214.tar.gz> +**_Patches:_** + +* Useful patches are available [[Mach/UsefulOskitPatches]] or on the nearest Debian FTP. + ### <a name="Accessing_the_GNU_CVS"> </a> Accessing the GNU CVS The recommended document for accessing the Hurd CVS on Savannah is at <http://savannah.gnu.org/cvs/?group=hurd> @@ -66,6 +72,8 @@ Continue below with the instructions for building the OSKit and GNUmach. The rec ### <a name="The_OSKit"> </a> The OSKit +Do _not_ forget to apply all known [[Mach/UsefulOskitPatches]] before starting the build! + The attached [[ATTACHURLmodulesx86pc]], or [[ATTACHURLmodules-lightx86pc]], is an example setup, your needs may vary but this one works for standard COTS PC's. Now, how to configure and build the OSKit. # cd oskit-20020317/ |