up

前へ

Plamo 4.03 インストール 諸々

カーネルの再構築例

このような感じで処理をします。

# cd /usr/src/linux-2.4.31/
# make menuconfig  /* 個々に 異なるでしょう */
# make dep && make clean && make bzImage
...
tools/build -b bbootsect bsetup compressed/bvmlinux.out CURRENT > bzImage
Root device is (3, 8)
Boot sector 512 bytes.
Setup is 4769 bytes.
System is 1018 kB
warning: kernel is too big for standalone boot from floppy
make[1]: Leaving directory `/usr/src/linux-2.4.31/arch/i386/boot'
# cd /lib/modules/
# mv 2.4.31-plamo/ z-00--org-2.4.31-plamo/
# cd -
# make modules && make modules_install
...
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.31-plamo; fi
# cd /
# cp /usr/src/linux-2.4.31/arch/i386/boot/bzImage vmlinuz-2.4.31 
# cd /boot/
# cp /usr/src/linux-2.4.31/System.map System.map-2.4.31
# shutdown -r now

漸く plamo 4.03 を PC-VS7006DB NEC の 計算機に インストールする事ができました ちゃんちゃん!

にゃんたろう 拝!

2009年 9月13日 (日) 21:02:07 JST 作成


前へ

up

Copyright © 2004.-2009. nyantarou All Rights Reserved.