diff options
author | Eric Andersen | 2001-05-21 16:09:18 +0000 |
---|---|---|
committer | Eric Andersen | 2001-05-21 16:09:18 +0000 |
commit | 8ae319a32228dff15f4b9696deb5883fb242f024 (patch) | |
tree | bd1306d5a4a1f218d8c244ad5000248c5f518b90 /Config.h | |
parent | 2f6e1f880b630751fa20cb29bafc06aa0f3d0fcb (diff) | |
download | busybox-8ae319a32228dff15f4b9696deb5883fb242f024.zip busybox-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 // |