home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / KERNELS / LILO.CON < prev    next >
Encoding:
Text File  |  1995-04-20  |  297 b   |  19 lines

  1. boot = /dev/fd0
  2. message=/boot/message
  3. prompt
  4. image = /vmlinuz
  5.     label = ramdisk
  6.     ramdisk = 1440
  7.     root = /dev/fd0H1440
  8.     vga = normal
  9. image = /vmlinuz
  10.     label = drive2
  11.     ramdisk = 1200
  12.     root = /dev/fd1h1200
  13.     vga = normal
  14. image = /vmlinuz
  15.     label = mount
  16.     ramdisk = 0
  17.     root = /dev/fd0H1440
  18.     vga = normal
  19.