Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1:/tmp/cvs-serv17417/build/scripts/configuration
Modified Files:
prepare.config
Log Message:
viac3-2 & highmem support
Index: prepare.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- prepare.config 7 Oct 2003 23:22:03 -0000 1.3
+++ prepare.config 26 Oct 2003 15:42:42 -0000 1.4
@@ -5,8 +5,43 @@
#
# http://www.devil-linux.org
+test -z "$CONFIG_KERNEL_CPU" && CONFIG_KERNEL_CPU=486
test -z "$CONFIG_CPU" && CONFIG_CPU=486
-menu_add "Build Configuration" list "CPU" CONFIG_CPU 486 586 686
+
+menu_add "Build Configuration" list "Kernel CPU" CONFIG_KERNEL_CPU 486 586 686 VIAC3_2
+menu_add "Build Configuration" list "GCC CPU" CONFIG_CPU 486 586 686
+menu_add "Build Configuration" bool "Highmem Support" CONFIG_HIGHMEM
test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1
menu_add "Build Configuration" list "Parallel Build Jobs" CONFIG_PMAKE 1 2 3 4 5 6 7 8 9 10
+
+#For new epia models (nehemiah), CONFIG_KERNEL_CPU has to be VIAC3_2 and CONFIG_CPU = 686
+#gcc -march=i686
+#see (http://www.ussg.iu.edu/hypermail/linux/kernel/0304.0/1685.html)
+
+# Configurations supported by kernel:
+# CONFIG_M386 is not set
+# CONFIG_M486 is not set
+# CONFIG_M586 is not set
+# CONFIG_M586TSC is not set
+# CONFIG_M586MMX is not set
+# CONFIG_M686 is not set
+# CONFIG_MPENTIUMIII is not set
+# CONFIG_MPENTIUM4 is not set
+# CONFIG_MK6 is not set
+# CONFIG_MK7=y
+# CONFIG_MK8 is not set
+# CONFIG_MELAN is not set
+# CONFIG_MCRUSOE is not set
+# CONFIG_MWINCHIPC6 is not set
+# CONFIG_MWINCHIP2 is not set
+# CONFIG_MWINCHIP3D is not set
+# CONFIG_MCYRIXIII is not set
+# CONFIG_MVIAC3_2 is not set
+
+# Options from gcc v3.2.3
+# i386, i486, i586, i686,
+# pentium, pentium-mmx, pentiumpro, pentium2, pentium3, pentium4,
+# k6, k6-2, k6-3,
+# athlon, athlon-tbird, athlon-4, athlon-xp, athlon-mp,
+# winchip-c6, winchip2 and c3.
|