|
本帖最后由 lgylgyxy 于 2014-5-16 08:35 编辑
1.怎样显示GRUB4DOS信息?
2.怎样设置菜单字体颜色?
terminal console
debug off
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
checkrange 0x21 read 0x8280 > nul && pxe detect NotExist
graphicsmode -1 100:1000 100:1000 24:32
splashimage /BOOT/GRUB/BACK.BMP
call Fn.15 "%loadbj%" "" && splashimage %loadbj%
if not exist /BOOT/GRUB/UNIFONT.HEX find --set-root /BOOT/GRUB/UNIFONT.HEX
command --set-path=()/BOOT/GRUB
font /BOOT/GRUB/UNIFONT.HEX
color normal=0x0F highlight=0x0xffd200 helptext=0x3f47cc heading=0x02 standard=0x02 border=0x77
terminal --font-spacing=1:6
MENUSET x=4 y=5 w=35 h=16 n=1
HOTKEY
timeout 15
default 3 |
|