|
发表于 2010-1-4 12:35:16
|
显示全部楼层
我喜欢把硬件驱动编译成模块,硬盘的驱动编进内核
# ll /boot/
total 7.3M
lrwxrwxrwx 1 root root 27 Dec 28 17:39 System.map -> System.map-2.6.31-gentoo-r8
-rw-r--r-- 1 root root 1.2M Dec 28 17:19 System.map-2.6.31-gentoo-r8
-rw-r--r-- 1 root root 1.3M Dec 28 15:48 System.map-2.6.32-gentoo-r1
lrwxrwxrwx 1 root root 1 Oct 14 03:00 boot -> .
-rw-r--r-- 1 root root 58K Dec 28 17:20 config-2.6.31-gentoo-r8
-rw-r--r-- 1 root root 59K Dec 28 15:48 config-2.6.32-gentoo-r1
drwxr-xr-x 2 root root 4.0K Dec 28 17:20 grub
-rw-r--r-- 1 root root 1.5M Dec 3 13:41 initramfs-genkernel-x86_64-2.6.31-gentoo-r6
-rw-r--r-- 1 root root 1.7M Dec 28 17:19 kernel-2.6.31-gentoo-r8
-rw-r--r-- 1 root root 1.7M Dec 28 15:48 kernel-2.6.32-gentoo-r1 |
|