1.cd /usr/src
2.tar xvfz linux-2.x.x.tar.gz
3.cd linux # (link)
4.make clean
5.make mrproper
6.make config ; or # text mode 的 config edit
make xconfig ; or # xwindows的 config edit
make menuconfig # text mode 的 config menu edit
7.make dep
8.make clean # 清除所有.o檔
9.make zImage ; or ; make bzImage # 製成開機檔
10.make zlilo # 如果用 make zImage時才跑
11.make modules # /lib/modules/
12.make modules_install
/usr/src/linux/arch/i386/boot #編好的Kernel存放位置
- Jan 14 Wed 2009 10:40
Make Kernel
close
全站熱搜
留言列表
發表留言