98安装时和加载光驱时的代码都可以用:
imgmount c windows98.img -t hdd -ide 1m
imgmount d d.img -t hdd -ide 1s
imgmount e yzcq.cue -t cdrom -ide 2m
boot win98c.img
98安装结束,并且游戏也安装结束之后,d.img就不用加载了,可以这样改:
imgmount c windows98.img -t hdd -ide 1m
imgmount d yzcq.cue -t cdrom -ide 2m
boot -l c
imgmount c windows98.img -t hdd -ide 1m
imgmount d d.img -t hdd -ide 1s
imgmount e yzcq.cue -t cdrom -ide 2m
boot win98c.img
98安装结束,并且游戏也安装结束之后,d.img就不用加载了,可以这样改:
imgmount c windows98.img -t hdd -ide 1m
imgmount d yzcq.cue -t cdrom -ide 2m
boot -l c