|
|
syslinux.cfg内容:
label MAXDOS
menu label Use MAXDOS 9.1
linux /boot/syslinux/memdisk
initrd /boot/maxdos/maxdos.img
append nopassany
label grub4dos
menu label Grub for DOS
boot /boot/grub4dos/grldr
menu.list内容:
title MAXDOS.IMG
find --set-root --ignore-floppies /boot/maxdos/MAXDOS.IMG
map --mem /boot/maxdos/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
syslinux目录文件
syslinux.exe
memdisk
vesamenu.c32
bootmsg.txt
disk.c32
gfxboot.c32
hdt.c32
ifplop.c32
linux.c32
mboot.c32
reboot.c32
chain.c32
menu.c32
syslinux.cfg
gurb4dos目录:
grub.exe
badgrub.exe
grldr
menu.lst
[ 本帖最后由 evnious 于 2012-6-16 09:06 编辑 ] |
|