mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 08:26:23 -06:00
23 lines
455 B
INI
23 lines
455 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 PCMemTest using 'linux' command" {
|
|
linux /boot/pcmemtest
|
|
}
|
|
menuentry "Start PCMemTest using 'linux16' command" {
|
|
linux16 /boot/pcmemtest
|
|
}
|
|
menuentry "Start PCMemTest using 'linux32' command" {
|
|
linux32 /boot/pcmemtest
|
|
}
|