Requirements:
- Linux 2.4 or Linux 2.6
- A recent GCC version or the one recommended by the kernel developers (2.95.3)
- GNU Binutils (not tested with other binutils' yet)
- GNU Libc (not tested with other libc's yet)
Installation steps:
- Build
# make
You can also specify the kernel version
# make KERNELVERSION=2.6.11.8
If you have the kernel sources in a non-standard-directory
(like /usr/src/linux-x.y.z), then specify the path here
# make KERNELDIR=/path/to/kernel/src KERNELVERSION=kernel.version.number
- Install
# make install
内核是2.4-2.6的
2.9以上的GCC稳定版
gnu的程序集(这个不太明白)
glib/glibc软件包(非测试版的)
还有
编译内核,建议把文件放在/usr/src目录下