diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-21 16:09:18 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-21 16:09:18 +0000 |
commit | 594efec0019df74bb65354f68d85fa82a35efde7 (patch) | |
tree | bd1306d5a4a1f218d8c244ad5000248c5f518b90 /Config.h | |
parent | f560dbd0639d9146b593f1bd0a1834d039e670cc (diff) | |
download | busybox-w32-594efec0019df74bb65354f68d85fa82a35efde7.tar.gz busybox-w32-594efec0019df74bb65354f68d85fa82a35efde7.tar.bz2 busybox-w32-594efec0019df74bb65354f68d85fa82a35efde7.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.
git-svn-id: svn://busybox.net/trunk/busybox@2681 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | // |