|
发表于 2006-3-24 22:04:20
|
显示全部楼层
根据 LFS 手册,要用 udev,只要 2.6.2 的内核就可以支持
The host must be running at least a 2.6.2 kernel compiled with GCC-3.0 or higher. There are two main reasons for this requirement. First, the Native POSIX Threading Library (NPTL) test suite will segfault if the host's kernel has not been compiled with GCC-3.0 or a later version. Second, the [color="Red"]2.6.2 or later version of the kernel is required for the use of Udev. Udev creates devices dynamically by reading from the sysfs file system. However, support for this filesystem has only recently been implemented in most of the kernel drivers. We must be sure that all critical system devices get created properly. Debian 的内核却要2.6.12以上才支持,Debian 的内核 maintainer 保守的程度可见一班! |
|