home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / isolinux / ISOLINUX.CFG < prev    next >
Text File  |  2004-04-15  |  3KB  |  77 lines

  1. # this compilation done by Bernd Blaauw 2004 [bblnews@hotmail.com]
  2. # entire compilation released under GPL; www.freedos.org, syslinux.zytor.com
  3. # comments begin with #, and a space is required right after it: "# comment"
  4. prompt 1
  5. default 1
  6. ontimeout 0
  7. display data/BOOTMSG.TXT
  8. timeout 150
  9.  
  10. # boot-options marked with * are not included in FreeDOS distribution
  11.  
  12. # standard FreeDOS bootdisk, 360KB, GZIP compressed (www.gzip.org)
  13. label 1
  14.     kernel data/memdisk 
  15.     append initrd=data/FDBOOT.IMG
  16.  
  17.  
  18. # *ReactOS - GPL'd WindowsNT replacement effort, Pentium-I / 28MB RAM required
  19. label reactos
  20.     kernel /loader/isoboot.bin
  21. label 2
  22.     kernel /loader/isoboot.bin
  23.  
  24. # combined labels would be nice...
  25. # *Bart's PEbuilder - Bootable WindowsXP rescue cdrom, including network/ntfs
  26. label winpe
  27.     kernel /i386/bootsect.bin
  28. label win2000
  29.     kernel /W2K4/W2KSECT.bin
  30. # *Windows NT 4 installation (via boot sector)
  31. label nt4
  32.     kernel /ntwk/nt4wsect.bin
  33.  
  34. # overloading is a nice thing. Specify FreeDOS, and if another one is present
  35. # it gets loaded instead for my own cdrom.
  36. F1 data/F1_HELP.TXT
  37. F2 data/F2_LICEN.TXT
  38. # F2 /KNOPPIX/f2
  39. F3 data/BOOTMSG.TXT
  40. # F3 /KNOPPIX/f3
  41. F4 data/F_ABOUT.TXT
  42. F5 data2/bootmsg2.txt
  43. F6 data/F_ABOUT.TXT
  44. F7 data/F_ABOUT.TXT
  45. F8 data/F_ABOUT.TXT
  46. F9 data/F_ABOUT.TXT
  47. F0 data/F_ABOUT.TXT
  48.  
  49. label h
  50.     localboot 0x80
  51. # hd
  52. label 0
  53.     localboot 0x80
  54. # floppy
  55. label a
  56.     localboot 0x00
  57. # cancel and try next boot device
  58. label q
  59.     localboot -1
  60. # standard FreeDOS bootdisk, 5.5 MB, excellent for other programs.
  61. label test
  62.     kernel data/memdisk initrd=data2/test.img c=80 h=8 s=18 floppy
  63. label fdoshd
  64.     kernel data/memdisk
  65.     append initrd=data/fdosc.gz c=40 h=16 s=63 harddisk
  66. label memtest
  67.     kernel data2/memtestp
  68. label sbm
  69.     kernel data2/sbm.cbt
  70. # *Knoppix 3.4, requires 1024+MB RAM since the 695MB Knoppix file is stored on ramdisk.
  71. LABEL knoppix
  72.     kernel /KNOPPIX/linux26
  73.      append ramdisk_size=100000 init=/etc/init lang=us apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 initrd=/KNOPPIX/minirt26.gz nomce quiet BOOT_IMAGE=KNOPPIX TORAM FROMDVD
  74. # *Knoppix 3.4 (bootable Linux distribution - CASE SENSITIVE!!!!!!!!!!!!!)
  75. LABEL linux
  76.     kernel /KNOPPIX/linux26
  77.      append ramdisk_size=100000 init=/etc/init lang=us apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 initrd=/KNOPPIX/minirt26.gz nomce quiet BOOT_IMAGE=KNOPPIX