.config

dreamer의 이미지

처음에 cd로 redhat등의 버전을 깔았을때 기본적으로 compile 된
커널 이미지의 .config 파일은 어디 있나요?

mach337의 이미지

/usr/src/linux-2.4/configs 에 있습니다.

Quote:
[root@dpp2 linux-2.4]# ll /usr/src/linux-2.4/configs/
total 624
-rw-r--r-- 1 root root 42086 Sep 5 2002 kernel-2.4.18-athlon.config
-rw-r--r-- 1 root root 42026 Sep 5 2002 kernel-2.4.18-athlon-smp.config
-rw-r--r-- 1 root root 51312 Sep 5 2002 kernel-2.4.18-i386-BOOT.config
-rw-r--r-- 1 root root 42214 Sep 5 2002 kernel-2.4.18-i386.config
-rw-r--r-- 1 root root 42152 Sep 5 2002 kernel-2.4.18-i386-smp.config
-rw-r--r-- 1 root root 42111 Sep 5 2002 kernel-2.4.18-i586.config
-rw-r--r-- 1 root root 42051 Sep 5 2002 kernel-2.4.18-i586-smp.config
-rw-r--r-- 1 root root 42189 Sep 5 2002 kernel-2.4.18-i686-bigmem.config
-rw-r--r-- 1 root root 42150 Sep 5 2002 kernel-2.4.18-i686.config
-rw-r--r-- 1 root root 42589 Sep 5 2002 kernel-2.4.18-i686-debug.config
-rw-r--r-- 1 root root 42141 Sep 5 2002 kernel-2.4.18-i686-smp.config
-rw-r--r-- 1 root root 38564 Sep 5 2002 kernel-2.4.18-i686-uml.config
-rw-r--r-- 1 root root 42859 Sep 5 2002 kernel-2.4.18-x86_64.config
-rw-r--r-- 1 root root 42859 Sep 5 2002 kernel-2.4.18-x86_64-smp.config

이것중 하나를 /usr/src/linux2.4/.config 로 복사해서 사용하시면 됩니다.