Piero Blog

Thursday, June 30, 2005

Kernel bouwen

cd /usr/src/linux
make xconfig
make && make modules_install
cp arch/i386/boot/bzImage /boot/kernel-2.6.11-gentoo-r3
cp System.map /boot/System.map-2.6.11-gentoo-r3
cp .config /boot/config-2.6.11-gentoo-r3

find /lib/modules// -type f -iname '*.o' -or -iname '*.ko'

0 Comments:

Post a Comment

<< Home