Config.in 995 B

1234567891011121314151617181920212223242526272829
  1. config BR2_PACKAGE_MEMTEST86
  2. bool "memtest86"
  3. depends on BR2_i386 || BR2_x86_64
  4. help
  5. Memtest86+ is a bootable standalone memory test program.
  6. Buildroot does not support packages with a '+' sign in their
  7. name, which explains why it is named memtest86 and not
  8. memtest86+.
  9. Memtest86+ is a utility designed to test whether your memory
  10. is in working order. It repeatedly writes an enormous amount
  11. of different patterns to all memory locations and reads them
  12. back again and verifies whether the result of the read is the
  13. same as what was written to memory.
  14. Memtest86+ will only work on 32-bit or 64-bit x86 targets.
  15. It boots as an i486 program and autodetects hardware. It can
  16. be added to the grub2 boot menu by adding the following
  17. lines to the bottom of /boot/grub/grub.cfg - note the use of
  18. linux16.
  19. menuentry "Memtest86+" {
  20. linux16 /boot/memtest86+.bin
  21. }
  22. Other boot loaders will have similar requirements.
  23. http://www.memtest.org