90memtest_bios.cfg 118 Bytes
if [ "$grub_platform" = "pc" ]; then
  menuentry $"Memory Test" --id 'memtest' {
    linux16 /boot/memtest.bin
  }
fi