close

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存放位置

arrow
arrow
    全站熱搜

    horace1123 發表在 痞客邦 留言(0) 人氣()