Compile Kernel [Again]

Install kernel yuk

cp .config /usr/src/linux-2.6.25.11
cd /usr/src/linux-2.6.25.11
make
make modules_install
make kernelversion
output --> 2.6.25.11
cp arch/i386/boot/bzImage /boot/bzimage-2.6.25.11
cd /boot
rm vmlinuz
ln -s /boot/bzimage-2.6.25.11 vmlinuz
System.map
cp /usr/src/linux/System.map /boot/System.map-2.6.25.11
ln -s /boot/System.map-2.6.25.11 System.map

init 6

No comments:

Post a Comment

div>