01 00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
02 00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 02)
03 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 02)
04 00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 02)
05 00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 02)
06 00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 02)
07 00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 02)
08 00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 02)
09 01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
10 02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
11 02:09.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)01 processor : 0
02 vendor_id : GenuineIntel
03 cpu family : 6
04 model : 8
05 model name : Pentium III (Coppermine)
06 stepping : 6
07 cpu MHz : 866.833
08 cache size : 256 KB
09 fdiv_bug : no
10 hlt_bug : no
11 f00f_bug : no
12 coma_bug : no
13 fpu : yes
14 fpu_exception : yes
15 cpuid level : 2
16 wp : yes
17 flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse
18 bogomips : 1735.7001 tar zxvf linux-2.6.13.tar.gz
02 cd linux-2.6.13
03 make mrproper //如果是第一次編譯該核心,可以省略
04 make menuconfig01 make all
02 make modules_install
03 depmod -a
04 mkinitrd /boot/initrd-2.6.13.img 2.6.1301 title CentOS-4 i386 (2.6.13)
02 root (hd0,0)
03 kernel /vmlinuz-2.6.13-mk6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
04 initrd /initrd-2.6.13-mk6.img