|
原来的菜单确实有错误 已经修改 如下
title 31:直接输入路径,回车运行IMG或ISO菜单
WENV set path=$U,$input,Input the path, begin with "/" :
WENV run find --set-root ${path}
WENV run pause --wait=0 ISO as default, input IMG to load IMG
WENV set de=$U,$input,Input please:
WENV get de=IMG && WENV run map --mem ${path} (fd0) && map --hook && rootnoverify (fd0) && chainloader (fd0)+1 && boot
WENV run map --mem ${path} (0xff) && map --hook && chainloader (0xff) && boot
kernel
title 33:直接输入路径,回车运行IMG或ISO菜单
WENV set path=$U,$input,Input the path,begin with "/" :
WENV run write (md)300+1 ${path}
WENV run find --set-root ${path}
WENV run pause --wait=0 Now loading ${path} ...
cat --locate=ISO (md)300+1 && WENV run map --mem ()${path} (0xff) && map --hook && chainloader (0xff) && boot
cat --locate=IMG (md)300+1 && WENV run map --mem ()${path} (fd0) && map --hook && rootnoverify (fd0) && chainloader ()+1 && boot
cat --locate=IMA (md)300+1 && WENV run map --mem ()${path} (fd0) && map --hook && rootnoverify (fd0) && chainloader ()+1 && boot
kernel
title 34:直接输入路径,回车运行IMG或ISO菜单
WENV set path=$U, $input,Input the path, begin with "/" :
WENV run find --set-root ${path}
WENV run pause --wait=0 IMG as default, input ISO to load ISO
WENV set de=$U,$input,Input please:
WENV get de= || WENV run map --mem ${path} (fd0) && map --hook && rootnoverify (fd0) && chainloader (fd0)+1 && boot
WENV run map --mem ${path} (0xff) && map --hook && chainloader (0xff) && boot
kernel
这次应该没问题了 |
|