mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 08:26:23 -06:00
23 lines
452 B
INI
23 lines
452 B
INI
|
if loadfont unicode ; then
|
||
|
set gfxmode=1024x768,800x600,auto
|
||
|
set gfxpayload=800x600,1024x768
|
||
|
terminal_output gfxterm
|
||
|
fi
|
||
|
|
||
|
set default=0
|
||
|
set timeout=-1
|
||
|
|
||
|
insmod linux
|
||
|
insmod linux16
|
||
|
insmod linux32
|
||
|
|
||
|
menuentry "Start Memtest86+ using 'linux' command" {
|
||
|
linux /boot/memtest
|
||
|
}
|
||
|
menuentry "Start Memtest86+ using 'linux16' command" {
|
||
|
linux16 /boot/memtest
|
||
|
}
|
||
|
menuentry "Start Memtest86+ using 'linux32' command" {
|
||
|
linux32 /boot/memtest
|
||
|
}
|