|
|
发表于 2004-10-26 21:34:09
|
显示全部楼层
我的menu.lst
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
# TIP: To use udev, add "devfs=nomount" to your kernel line.
#
#-*
#(0) slackware
title slackware-2.6.7
root (hd0,4)
kernel /boot/vmlinuz-generic-2.6.7 root=/dev/hda5 ro vga=791
initrd /boot/initrd.gz
# (1) Windows
title Windows
root (hd0,0)
makeactive
chainloader +1 |
|