From 8ae319a32228dff15f4b9696deb5883fb242f024 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 May 2001 16:09:18 +0000 Subject: This patch from Bernhard Kuhn 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. --- Config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Config.h') 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 // -- cgit v1.2.3