From 31b6137a4f59bfcb816019c2cd431ac29b9ee6b9 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Wed, 30 Oct 2002 20:44:00 +0000 Subject: none --- Mach/BuildingOskitMach.mdwn | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'Mach/BuildingOskitMach.mdwn') diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 02f81e91..a9fc825a 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -53,9 +53,20 @@ Check it out using ## Building +To build any Mach kernel you need an interface generator, MiG. To be on the safe side, use the CVS version. Configure and build it according to the instructions in the configure --help. + +Continue below with the instructions for building the OSKit and GNUmach. The recommended versions of GCC are + +
+
For the OSKit
+
GCC 2.95.X
+
For GNUmach
+
GCC 3.2
+
+ ### The OSKit -The attached [[ATTACHURLmodulesx86pc]], or %ATTACHURL%/modules-light.x86.pc, 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. +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/ # mkdir build @@ -70,8 +81,6 @@ The attached [[ATTACHURLmodulesx86pc]], or %ATTACHURL%/modules-light.x86.pc, is ### GNUmach 2.0 (OSKit-Mach) -To build any Mach kernel you need an interface generator, MiG. To be on the safe side, use the CVS version. Configure and build it according to the instructions in the configure --help. - Different to its half sister, the OSKit-Mach kernel does _not_ need a cross compiler. The regular gcc for your x86 Linux system does just fine. However, you might want to use gcc 3.2 with the latest and greatest CVS version of Mach. **_Configuring:_** @@ -109,6 +118,7 @@ See the [[Mach/RemoteDebugOskitMach]] page. ## Attachments * [[ATTACHURLmodulesx86pc]]: Modules to build in OSKit +* [[ATTACHURLmodules-lightx86pc]]: Lighter version of required modules for building GNUmach ---- -- cgit v1.2.3