From: Joel.Jeffery@purplet.demon.co.uk (Joel Jeffery) Subject: Re: Compiling kernel Date: Sat, 21 Aug 1993 17:26:00 +0000
* In a message originally to All, Richard Kasperowski said:
RK> It's true. I went so far as to download the _Kernel_Hacker's_Guide_,
RK> hoping to find out what to do after compiling a new kernel, but
RK> there's no information there either.
RK> So what do you do after compiling a new kernel in order to
RK> use it?
Erm:
cat zImage >/vmlinux
or cat Image >/vmlinux
followed by
/etc/lilo/install
assuming that you've set up /etc/lilo/config properly...