34 文字
1 分
Linux kernel 2.4 コンパイル方法
以下の流れ。
cd /usr/src/linux(cp somewhere/.config ./)(make oldconfig)make menuconfigmake clean dep bzImage modulesmake modules_installcp arch/i386/boot/bzImage /boot/vmlinuz-2.4.xxcp System.map /boot/System.map-2.4.xxln -s /boot/System.map-2.4.xx /boot/System.map
vi /boot/grub/menu.listgrub-install Linux kernel 2.4 コンパイル方法
https://blog.teraren.com/posts/memo/