Re: [newbie] 2.6 kernel help

2003-12-22 Thread Manolo Canga
El Lunes, 22 de Diciembre de 2003 21:49, John Drouhard escribió: > 6. cp arch/i386/boot/bzImage /boot/bzImage-2.6.0 > 7. add lilo.conf entry: > image=/boot/bzImage-2.6.0 > label="linux2.6" > root=/dev/hdc5 > append="noapic acpi=off" > read-only > 8. lilo 6,7 and 8 = make

[newbie] 2.6 kernel help

2003-12-22 Thread John Drouhard
I think I successfully compiled my own kernel. These are the steps I followed: 1. download kernel 2. move it to the directory /usr/src/linux-2.6.0 3. do a make xconfig, choose my options, save, close. 4. make all 5. make modules_install 6. cp arch/i386/boot/bzImage /boot/bzImage-2.6.0 7. add lilo.