home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / KERNELS / README.NOW < prev    next >
Encoding:
Text File  |  1995-04-20  |  2.4 KB  |  54 lines

  1. This directory contains many precompiled Linux kernels. See the README in
  2. bootdsks.12 or bootdsks.144 for a brief description of the drivers in each one,
  3. or the "config" files in these subdirectories for a complete description.
  4.  
  5. The kernels in directories ending with '.b' were used to make the Slackware
  6. bootdisks.  The ones in directories ending with '.s' were used to make kernel
  7. packages for the installed system.  Typically these have more features compiled
  8. into them.
  9.  
  10. You can make bootdisks out of these, or use them with Loadlin to boot your
  11. Linux system from MS-DOS.
  12.  
  13. Most people won't need this directory, but if you need to remake a bootkernel
  14. disk from scratch, or you need a bootdisk that doesn't load the rootdisk into a
  15. ramdisk here's what you do:
  16.  
  17. 1. Using a kernel in this directory to make a simple bootdisk:
  18.  
  19.    Just cat the kernel to a floppy, like this: 
  20.  
  21.         cat scsinet.b/zImage > /dev/fd0
  22.  
  23.    Or, you may use RAWRITE.EXE to write the kernel to a disk. You may get 
  24.    warnings about it being a short file, but it will still work.
  25.  
  26.    All of the kernels in this directory are configured to mount the root
  27.    partition, not load it into a ramdisk. This can make a big difference on
  28.    machines with only 4 megabytes or RAM when all else (including disabling
  29.    the shadow RAM, which does nothing under Linux except waste memory anyway)
  30.    has failed. If you use one of these raw kernels to install, you can't 
  31.    install from your first floppy drive, and you won't be able to make a
  32.    bootdisk at the end of the installation process. Use LILO, Loadlin, or one
  33.    of the normal bootkernel disks to get your system started after you finish
  34.    installing.
  35.  
  36. 2. Making a Slackware-like bootkernel disk from one of the supplied kernels,
  37.    or one of your own (use the ramdisk.c.patch if you want it to wait for ENTER
  38.    like the Slackware ones do).
  39.  
  40.    You can't do this under DOS - you'll have to be running Linux. First, edit
  41.    the 'makedisk' script to point to the location of your bootkernel disk master
  42.    directory if you don't want to use the default ./master one.
  43.  
  44.    Then, with a formatted disk in your boot drive, type:
  45.  
  46.    makedisk kernel_name disk_size
  47.             ^^          ^^^^^^^^^ This can be 1440, or 1200.
  48.             ^^^^^^^^^^^ mitsumi, scsi, or whatever you want to use. Include
  49.                         the path to the kernel if it's in one of the 
  50.                         subdirectories, such as: mitsumi/mitsumi
  51.  
  52.    This should automatically create the disk.
  53.  
  54.