On Wed, 14 Jun 2000, you wrote:
> What is the latest development kernal, how do I get it and how do I
> recompile it? See, I told you I was new......      :O)

The latest beta is 2.3.99-pre9.  The latest prepatch is
2.3.99/10-3.  You can go to http://www.kernel.org/ for all the
details (and to download the kernel).  Make sure you have gcc
and make and the like installed.

Uncompress the kernel, generally into /usr/src/linux.  Go into
that directory.  Do:

make menuconfig
make dep
make bzImage
make modules
make modules_install
copy your created image into your /boot directory, normally with
cp /usr/src/linux/arch/i386/boot/bzImage /boot
Rerun lilo or whatever you use for booting after modifying the
config file, /etc/lilo.conf

Reboot.  :)

-- 
Christopher Thompson  http://hypocrite.org/
"You are in a maze of twisty little passages, all alike."


_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to