diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-21 16:09:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-21 16:09:18 +0000 |
commit | 8ae319a32228dff15f4b9696deb5883fb242f024 (patch) | |
tree | bd1306d5a4a1f218d8c244ad5000248c5f518b90 /Config.h | |
parent | 2f6e1f880b630751fa20cb29bafc06aa0f3d0fcb (diff) | |
download | busybox-w32-8ae319a32228dff15f4b9696deb5883fb242f024.tar.gz busybox-w32-8ae319a32228dff15f4b9696deb5883fb242f024.tar.bz2 busybox-w32-8ae319a32228dff15f4b9696deb5883fb242f024.zip |
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 @@ | |||
295 | // Support module version checking | 295 | // Support module version checking |
296 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING | 296 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING |
297 | // | 297 | // |
298 | // Support for uClinux memory usage optimization, which will load the image | ||
299 | // directly into the kernel memory. This divides memory requrements by three. | ||
300 | // If you are not running uClinux (i.e. your CPU has an MMU) leave this | ||
301 | // disabled... | ||
302 | //#define BB_FEATURE_INSMOD_LOADINKMEM | ||
303 | // | ||
298 | // Support for Minix filesystem, version 2 | 304 | // Support for Minix filesystem, version 2 |
299 | //#define BB_FEATURE_MINIX2 | 305 | //#define BB_FEATURE_MINIX2 |
300 | // | 306 | // |