Subject: Re: Recompiling the kernel
To: Calum Mackay <cmackay@alconemg.com>
From: Perry E. Metzger <perry@piermont.com>
List: port-i386
Date: 08/13/1998 12:17:34
Calum Mackay writes:
> How do I recompile the kernel to recognise new devices such as ps/2 
> mouse driver, etc.

Edit your kernel config file to do what you want. Run "config" over
the file. go to the compile directory for the kernel. type "make
depend", and then "make". Your kernel is now ready to eat. I suggest
serving the kernel with fresh salsa and a good dry white wine.

Perry