最近问这个的兄弟比较多,我发个贴方便大家查找
1. 传统方式直接在console中编译官方内核,需要以下软件包
[code]bin86 - 16-bit assembler and loader
diff - File comparison utilities
libc6-dev - GNU C Library: Development Libraries and Header Files
libncurses5-dev - Developer's libraries and docs for ncurses
patch - Apply a diff file to an original[/code]
2.1. 使用2.4.x内核的图形界面配置程序(make xconfig),还需要
[code]tk8.4 - Tk toolkit for Tcl and X11, v8.4 - run-time files[/code]
2.2. 使用2.6.x内核的Qt图形界面配置程序(make xconfig),还需要
[code]libqt3-mt-dev - Qt development files (Threaded)[/code]
2.3. 使用2.6.x内核的GTK图形界面配置程序(make gconfig),还需要
[code]libgtk2.0-dev - Development files for the GTK+ library[/code]
3. 如果您想制作内核的deb包,还需要
[code]debianutils - Miscellaneous utilities specific to Debian
kernel-package - A utility for building Linux kernel related Debian package
ksymoops - Linux kernel oops and error message decoder[/code]
请大家继续补充。
gggiweeq 于 2006-09-22 18:28:18发表:
恩
703416 于 2006-09-21 11:26:00发表:
支持一下!