summaryrefslogtreecommitdiffstats
path: root/admin/memtest86plus/files/memtestplus.bios
blob: 8e6cb7d871da5679d277b720a910390fb675c06f (plain)
1
2
3
4
5
6
7

menuentry 'Memory Tester (memtest86+)' {
	insmod part_gpt
	insmod part_msdos
	insmod ext2
	linux16 /boot/memtest86+/memtest.bin
}