summaryrefslogtreecommitdiff
path: root/Mach/BuildingOskitMach.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-11-16 23:04:42 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-11-16 23:04:42 +0000
commit649bf6f740c9a6384b22a9209666fb9d339481d7 (patch)
tree8c83f37c6d02c3da0ee2db4a8b6016dd91d27889 /Mach/BuildingOskitMach.mdwn
parentd71cc9cd6df5367158806ab2f74cefc873ae4166 (diff)
none
Diffstat (limited to 'Mach/BuildingOskitMach.mdwn')
-rw-r--r--Mach/BuildingOskitMach.mdwn9
1 files changed, 4 insertions, 5 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn
index 837a219a..cbda478b 100644
--- a/Mach/BuildingOskitMach.mdwn
+++ b/Mach/BuildingOskitMach.mdwn
@@ -82,8 +82,7 @@ The attached [[ATTACHURLmodulesx86pc]], or [[ATTACHURLmodules-lightx86pc]], is a
# CC=gcc-2.95 \
CFLAGS="-g" \
../configure --prefix=/usr/local \
- --enable-debug \
- --enable-indirect-osenv
+ --enable-debug
# make
# sudo make install
@@ -98,9 +97,9 @@ Different to its half sister, the OSKit-Mach kernel does _not_ need a cross comp
# cd build
# MIG=/usr/local/bin/mig \
CC=gcc-3.2 \
- CFLAGS="-g -O1" \
+ CFLAGS="-g -O" \
OSKIT_LIBDIR=/usr/local/lib/oskit \
- ../configure --prefix=/gnu --enable-debug
+ ../configure --prefix=/gnu
**_Building:_**
@@ -117,7 +116,7 @@ Thus, to build a IDE capable kernel with 3Com Vortex Boomerang support you use t
# sudo make install
# sudo gzip -f /gnu/boot/oskit-mach
-If you want to use tftp to download the kernel from Grub and don't care about the symbols I recommend either stripping or removing the `--debug` and `-g` statements.
+If you want to use tftp to download the kernel from Grub and don't care about the symbols I recommend either stripping or removing the `--enable-debug` and `-g` statements.
## <a name="Debugging"> Debugging </a>