12 lines
197 B
Bash
Executable File
12 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
exec tail -n +3 $0
|
|
|
|
menuentry "memtest86+ 5.01" {
|
|
linux16 /boot/memtest86plus/memtest
|
|
}
|
|
|
|
menuentry "memtest86+ 5.01 (netbsd)" {
|
|
insmod bsd
|
|
knetbsd /boot/memtest86plus/memtest.netbsd
|
|
}
|