# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
# message = /boot/boot_message.txt
prompt
timeout = 50
# Override dangerous defaults that rewrite the partition table:
change-rules
  reset
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
#
## lilographics - 041114
#
   bitmap = /boot/lilo.bmp
   bmp-colors = 0,255,127,255,0,0
   bmp-table = 120p,170p,1,15,17
   bmp-timer = 255p,431p,255,0,0
#
# Linux bootable partition config begins
image = /boot/vmlinuz-2.6.9_1
  root = /dev/hda7
  label = Slackware
  read-only
#
# Windows bootable partition config begins
other = /dev/hda2
  label = Windows
  table = /dev/hda
# Windows bootable partition config ends
#
#Experimental OS bootable partitions begins
image = /boot/vmlinuz-2.6.10rc2_1
  root = /dev/hda7
  label = SlackExperim
  read-only
#
image = /boot/vmlinuz.xfs
  root = /dev/hda7
  label = failsafe
  read-only
#
# Experimentals OS bootable partition config ends