Update of /cvsroot/devil-linux/build/scripts/configuration/help
In directory sc8-pr-cvs1:/tmp/cvs-serv18737/scripts/configuration/help
Modified Files:
prepare.help
Log Message:
more help files added to make heiko happy :P
Index: prepare.help
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/prepare.help,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- prepare.help 7 Nov 2003 22:58:34 -0000 1.1
+++ prepare.help 20 Dec 2003 17:05:36 -0000 1.2
@@ -1,3 +1,39 @@
CONFIG_ZISOFS
This will use a compressed (zlib) format for the ISO.
+CONFIG_KERNEL_CPU
+ This is the processor type of your CPU. This information is used for .
+ optimizing purposes. In order to compile a kernel that can run on .
+ all x86 CPU types (albeit not optimally fast), you can specify .
+ "486" here. .
+
+ The kernel will not necessarily run on earlier architectures than .
+ the one you have chosen, e.g. a Pentium optimized kernel will run on .
+ a PPro, but not necessarily on a i486. .
+
+ This are the allowed options:
+
+ - "486" for the AMD/Cyrix/IBM/Intel 486DX/DX2/DX4 or .
+ SL/SLC/SLC2/SLC3/SX/SX2 and UMC U5D or U5S. .
+ - "586" for generic Pentium CPUs, possibly lacking the TSC .
+ (time stamp counter) register. .
+ - "VIA C3-2 for VIA C3-2 "Nehemiah" (model 9 and above).
+
+
+CONFIG_CPU
+ This will be the optimizations selected for the gcc compilation of
+ all the software on the dl package.
+
+ This are the allowed options:
+
+ - 486
+ - 586
+ - 686 for VIA C3-2 "Nehemiah" support.
+
+CONFIG_PMAKE
+ Number of parallel build jobs on the compilation process of DL.
+
+CONFIG_DISABLELOGGING
+ When this option is selected the output of the build process will be
+ redirected to the screen instead of a log file.
+
|