home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1999 May / CDROM.ISO / disks / README < prev    next >
Encoding:
Text File  |  1999-03-22  |  1.9 KB  |  49 lines

  1. A short description of the kernels/bootdisks:
  2.  
  3. All kernels are modularized. This means that almost all drivers are
  4. loaded as kernel modules.
  5. As there are some drivers which cause trouble when used as module, there
  6. are additional kernels which contain the corresponding driver compiled in.
  7.  
  8. You can create a new boot/install floppy, if you have access to either
  9. a running Linux box or a running DOS box.
  10.  
  11. Choose one of the boot images in this directory according to this README
  12. Under DOS, write it to a formatted (i.e. error-free) floppy using
  13. CD1:/dosutils/rawrite/rawrite.exe . Under Linux, use a command like
  14.  
  15. cd /whereCD1isMounted/disks
  16. dd if=./myBestBootImageAccordingToReadme of=/dev/fd0u1440
  17.  
  18. Now you have a new boot/install floppy which you can use
  19. to boot either the installed system or the rescue system from CD.
  20.  
  21. BTW. if your computer is able to boot from CD-Rom, you can also
  22. boot from CD1.
  23.  
  24. ----------------------------------------------------------------------------
  25. eide01: Standard kernel. Should run on any hardware.
  26.         If you are unsure, please try this disk first!
  27.  
  28. eide02: Like eide01, but support for special EIDE chipsets.
  29.  
  30. ----------------------------------------------------------------------------
  31.  
  32. The following kernels contain the mentioned SCSI driver compiled in:
  33.  
  34. ----------------------------------------------------------------------------
  35. scsi01: aic7xxx (Adaptec 274x/284x/294x)
  36. scsi02: BusLogic (all models)
  37.  
  38. ----------------------------------------------------------------------------
  39.  
  40. Additional Images:
  41.  
  42. ----------------------------------------------------------------------------
  43.  
  44. rescue:    Rescue disk
  45. modules:   Meanwhile not all modules fit on the bootdisk. Therefore this
  46.            modules floppy exists. If you do not find the driver for your
  47.            hardware on the normal disk, just insert the modules disk
  48.            as soon as linuxrc starts.
  49.