summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2003-06-21 17:21:56 +0000
committerJoachim Nilsson <joachim@gnufans.org>2003-06-21 17:21:56 +0000
commit61c53010b8b2e8a34b8d9b7279cc362a60176c75 (patch)
tree2b8bec66c459884fe3a77033a5c14aee24fb7b38 /Test
parent93982733a45dffba5caa75dd4080bb91f5670cd8 (diff)
none
Diffstat (limited to 'Test')
-rw-r--r--Test/OskitMachTest.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/Test/OskitMachTest.mdwn b/Test/OskitMachTest.mdwn
new file mode 100644
index 00000000..26e2da90
--- /dev/null
+++ b/Test/OskitMachTest.mdwn
@@ -0,0 +1,22 @@
+# <a name="Proposal_to_change_configure_scr"> </a> Proposal to change configure script for GNUmach 2.0
+
+Here are my proposed changes to the GNU Mach 2.0 configure script, configure.in.
+
+## <a name="_with_oskit_"> --with-oskit\* </a>
+
+The first one is basically what Daniel Wagner once suggested. A way for builders to better provide the path of the OSKit, e.g., `--with-oskit=/my/bisarre/path`.
+
+This patch also contains a minor "fix": detect presence of the OSKit before trying to check for a correct version number of the same. It also updates the required version number to be, at the very least, the 2001 release. This because we need the softirq changes introduced therein.
+
+With the patch a configure line like below is entirely possible on a Debian system with the i386-gnu-mig deb package installed.
+
+ crash@isengard:~/Projects/build/oskit-mach$ ../../oskit-mach/configure --host=i386-gnu \
+ --prefix=/usr/hurd --with-oskit=/usr/hurd
+
+## <a name="Drivers_move_Makefile_gt_configu"> Drivers move Makefile ==&gt; configure </a>
+
+The second patch set, currently worked on, is to move the requested drivers from the Makefile to the configure script in the form of `--enable-freebsd-DRIVER` and `--enable-linux-DRIVER`.
+
+This will remove the current `make kernel-ide-ethernet_tulip` combo and introduce a more common `make kernel` scheme.
+
+-- [[Main/JoachimNilsson]] - 21 Jun 2003