aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-21 16:09:18 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-21 16:09:18 +0000
commit8ae319a32228dff15f4b9696deb5883fb242f024 (patch)
treebd1306d5a4a1f218d8c244ad5000248c5f518b90 /Config.h
parent2f6e1f880b630751fa20cb29bafc06aa0f3d0fcb (diff)
downloadbusybox-8ae319a32228dff15f4b9696deb5883fb242f024.tar.gz
This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on
the work of Jinux Kim on his "babobox" (derived from busybox-0.42), and enables kernel module loading and unloading for uClinux/m68k.
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 7438e2c81..15209beef 100644
--- a/Config.h
+++ b/Config.h
@@ -295,6 +295,12 @@
// Support module version checking
//#define BB_FEATURE_INSMOD_VERSION_CHECKING
//
+// Support for uClinux memory usage optimization, which will load the image
+// directly into the kernel memory. This divides memory requrements by three.
+// If you are not running uClinux (i.e. your CPU has an MMU) leave this
+// disabled...
+//#define BB_FEATURE_INSMOD_LOADINKMEM
+//
// Support for Minix filesystem, version 2
//#define BB_FEATURE_MINIX2
//