From e403d70a0dd82a49dd0bea484a0ac560ee51c039 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 12 Sep 2004 13:39:43 +0000 Subject: [PATCH] Clifford Wolf: Build a 486 kernel when building a 'generic x86' system some important stuff for >386 systems isn't enabled otherwise [2004090716500107210] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4197 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/x86/kernel.conf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/architecture/x86/kernel.conf.sh b/architecture/x86/kernel.conf.sh index 394723cac..6d75e8b66 100644 --- a/architecture/x86/kernel.conf.sh +++ b/architecture/x86/kernel.conf.sh @@ -5,9 +5,10 @@ dnl CPU configuration dnl + CONFIG_X86_GENERIC=y EOT - linux_arch=386 + linux_arch=486 for x in "i386 386" \ "i486 486" \ "via-c3 MCYRIXIII" \