『楼 主』:
弄MENU.LST 时候这个memdisk.gz怎么得到呢,
使用 LLM 解释/回答一下
比如说要写下面这个,,这个memdisk.gz是什么,,,怎么生成得到呢,
title 使用memdisk启动本地硬盘上的瑞星杀毒软盘压缩镜像文件
root (hd0,0)
kernel /boot/grub/memdisk.gz c=80 h=12 s=36 floppy
initrd /boot/rav.zip
title 使用memdisk启动本地 Win98 软盘镜像文件
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/win98.img
Last edited by dos345 on 2008-9-11 at 11:54 AM ]
For example, to write the following, what is this memdisk.gz,,, how to generate it,
title Boot the compressed image file of Rising Antivirus floppy disk on the local hard drive using memdisk
root (hd0,0)
kernel /boot/grub/memdisk.gz c=80 h=12 s=36 floppy
initrd /boot/rav.zip
title Boot the local Win98 floppy disk image file using memdisk
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/win98.img
Last edited by dos345 on 2008-9-11 at 11:54 AM ]
|