• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/memtest86/Config.in
Steve KentonSteve Kenton committed 5007d478ed101 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
​
7
      Buildroot does not support packages with a '+' sign in their
8
      name, which explains why it is named memtest86 and not
9
      memtest86+.
10
​
11
      Memtest86+ is a utility designed to test whether your memory
12
      is in working order. It repeatedly writes an enormous amount
13
      of different patterns to all memory locations and reads them
14
      back again and verifies whether the result of the read is the
15
      same as what was written to memory.
16
​
17
      Memtest86+ will only work on 32-bit or 64-bit x86 targets.
18
      It boots as an i486 program and autodetects hardware. It can
19
      be added to the grub2 boot menu by adding the following lines
20
      to the bottom of /boot/grub/grub.cfg - note the use of linux16.
21
​
22
      menuentry "Memtest86+" {
23
         linux16 /boot/memtest86+.bin
24
      }
25
​
26
      Other boot loaders will have similar requirements.
27
​
28
      http://www.memtest.org
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.