Re: [newbie] kernel re-build

2000-02-03 Thread Stelios Koutrakis
Under X windows do the following: su cd /usr/src/linux make xconfig (apply the changes you want) make dep make clean make bzImage make modules (backup your old modules found in /lib/modules/2.x.x) make modules_install (insert a blank formatted floppy in floppy drive) dd if=/usr/src/linux/arch/i386

[newbie] kernel re-build

2000-02-02 Thread Vic H
What is the proceedure to do a kernel re-build? I can't get menuconfig or xconfig to work -- Linux Cat