Index of /ftp/unix/Slackware-9.0/patches/kernels

Icon  Name                             Last modified      Size  Description
[DIR] Parent Directory - [CMP] 1440k.img.gz 30-May-2002 00:00 2.0K [TXT] VERSIONS.TXT 17-Jun-2003 00:00 43 [DIR] adaptec.s/ 08-Sep-2006 20:16 - [DIR] ataraid.i/ 08-Sep-2006 20:16 - [DIR] bare.i/ 08-Sep-2006 20:16 - [   ] compile_kern.sh 14-Jun-2004 00:00 2.3K [DIR] ibmmca.s/ 08-Sep-2006 20:16 - [DIR] jfs.s/ 08-Sep-2006 20:16 - [TXT] loadlin16c.txt 16-Apr-2002 00:00 1.8K [   ] loadlin16c.zip 16-Apr-2002 00:00 96K [DIR] lowmem.i/ 08-Sep-2006 20:15 - [   ] make-all-bootdisks 23-Mar-2002 00:00 389 [   ] makedisk 05-Mar-2003 00:00 5.4K [DIR] old_cd.i/ 08-Sep-2006 20:15 - [DIR] pportide.i/ 08-Sep-2006 20:15 - [DIR] raid.s/ 08-Sep-2006 20:15 - [DIR] scsi.s/ 08-Sep-2006 20:15 - [DIR] scsi2.s/ 08-Sep-2006 20:15 - [DIR] speakup.i/ 08-Sep-2006 20:15 - [DIR] xfs.i/ 08-Sep-2006 20:15 - [DIR] zipslack.s/ 08-Sep-2006 20:15 -

This directory contains many precompiled Linux kernels. See the README in
the bootdisks directory for a brief description of the drivers in each one,
or the "config" files in these subdirectories for a complete description of
the compiled-in options.

The kernels found in directories ending with '.i' are for use on systems that
only need IDE hard drive/CD-ROM support.  Those ending in '.s' contain support
for at least one type of SCSI controller in addition to the usual IDE support.

Most people won't need this directory, but if you need to remake a bootdisk
here's what you do:

You can't do this under DOS - you'll have to be running Linux.

./makedisk name kernel
           |    |
           |    +- This is the name (and maybe path to) the kernel
           |       you plan to use, such as bare.i/bzImage.
           |
           +- This is the name to give the disk, like bare.i.

This should automatically create the disk image in /tmp.  Next, put a floppy
disk in your drive.  If you need to format, use this command:

fdformat /dev/fd0u1440

Once the drive is formatted, write the image to the floppy.  For example, if
the name of the disk image is bare.i, use this command:

cat bare.i > /dev/fd0