home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Memtest86 / README.txt < prev   
Text File  |  2004-03-19  |  35KB  |  856 lines

  1.             ====================
  2.             = MemTest-86 v3.1a =
  3.             =   Mar 11, 2004   =
  4.             =   Chris Brady    =
  5.             ====================
  6.  
  7. Table of Contents
  8. =================
  9.   1) Introduction
  10.   2) Licensing
  11.   3) Installation
  12.   4) Serial Port Console
  13.   5) Online Commands
  14.   6) Memory Sizing
  15.   7) Error Display
  16.   8) Trouble-shooting Memory Errors
  17.   9) Execution Time
  18.  10) Memory Testing Philosophy
  19.  11) Memtest86 Test Algorithms
  20.  12) Individual Test Descriptions
  21.  13) Problem Reporting - Contact Information
  22.  14) Known Problems
  23.  15) Planned Features List
  24.  16) Change Log
  25.  17) Donations
  26.  18) Acknowledgments
  27.  
  28.  
  29. 1) Introduction
  30. ===============
  31. Memtest86 is thorough, stand alone memory test for Intel i386 architecture
  32. systems.  BIOS based memory tests are only a quick check and often miss
  33. failures that are detected by Memtest86.
  34.  
  35. For updates go to the Memtest86 web page:
  36.  
  37.     http://www.memtest86.com
  38.  
  39.  
  40. 2) Licensing
  41. ============
  42. Memtest86 is released under the terms of the Gnu Public License (GPL). Other
  43. than the provisions of the GPL there are no restrictions for use, private or
  44. commercial.  See: http://www.gnu.org/licenses/gpl.html for details.
  45. Explicit permission for inclusion of Memtest86 in software compilations and
  46. publications is hereby granted.
  47.  
  48.  
  49. 3) Installation (Linux Only)
  50. ============================
  51. Memtest86 is a stand alone program and can be loaded from either a disk
  52. partition or from a floppy disk.
  53.  
  54. To build Memtest86:
  55.    1) Review the Makefile and adjust options as needed.
  56.    2) Type "make"
  57.  
  58. This creates a file named "memtest.bin" which is a bootable image.  This
  59. image file may be copied to a floppy disk or lilo may be used to boot this
  60. image from a hard disk partition.
  61.  
  62. To create a Memtest86 bootdisk
  63.    1) Insert a blank write enabled floppy disk.
  64.    2) As root, Type "make install"
  65.  
  66. To boot from a disk partition via lilo
  67.    1) Copy the image file to a permanent location (ie. /memtest).
  68.    2) Add an entry in the lilo config file (usually /etc/lilo.conf) to boot
  69.       memtest86.  Only the image and label fields need to be specified. 
  70.       The following is a sample lilo entry for booting memtest86:
  71.  
  72.     image = /memtest
  73.     label = memtest
  74.  
  75.    3) As root,  type "lilo"
  76.  
  77.       At the lilo prompt enter memtest to boot memtest86.
  78.  
  79. If you encounter build problems a binary image has been included (precomp.bin).
  80. To create a boot-disk with this pre-built image do the following:
  81.    1) Insert a blank write enabled floppy disk.
  82.    2) Type "make install-bin"
  83.  
  84.  
  85. 4) Serial Console
  86. =================
  87. Memtest86 can be used on PC's equipped with a serial port for the console.
  88. By default serial port console support is not enabled since it slows
  89. down testing.  To enable change the SERIAL_CONSOLE_DEFAULT define in
  90. config.h from a zero to a one.  The serial console baud rate may also
  91. be set in config.h with the SERIAL_BAUD_RATE define.  The other serial
  92. port settings are no parity, 8 data bits, 1 stop bit.  All of the features
  93. used by memtest86 are accessible via the serial console.  However, the
  94. screen sometimes is garbled when the online commands are used.
  95.  
  96.  
  97. 5) Online Commands
  98. ==================
  99. Memtest86 has a limited number of online commands.  Online commands
  100. provide control over caching, test selection, address range and error
  101. scrolling.  A help bar is displayed at the bottom of the screen listing
  102. the available on-line commands. 
  103.  
  104.   Command  Description
  105.  
  106.   ESC   Exits the test and does a warm restart via the BIOS.
  107.  
  108.   c     Enters test configuration menu
  109.         Menu options are:
  110.                1) Cache mode
  111.                2) Test selection
  112.            3) Address Range
  113.            4) Memory Sizing
  114.            5) Error Summary
  115.            6) Error Report Mode 
  116.            7) ECC Mode
  117.            8) Restart Test
  118.            9) Reprint Screen
  119.  
  120.   SP    Set scroll lock (Stops scrolling of error messages)
  121.     Note: Testing is stalled when the scroll lock is
  122.     set and the scroll region is full.
  123.  
  124.   CR    Clear scroll lock (Enables error message scrolling)
  125.  
  126.  
  127. 6) Memory Sizing
  128. ================
  129. The BIOS in modern PC's will often reserve several sections of memory for
  130. it's use and also to communicate information to the operating system (ie.
  131. ACPI tables).  It is just as important to test these reserved memory blocks
  132. as it is for the remainder of memory.  For proper operation all of memory
  133. needs to function properly regardless of what the eventual use is.  For
  134. this reason Memtest86 has been designed to test as much memory as is
  135. possible.
  136.  
  137. However, safely and reliably detecting all of the available memory has been
  138. problematic.  Versions of Memtest86 prior to v2.9 would probe to find where
  139. memory is. This works for the vast majority of motherboards but is not 100%
  140. reliable. Sometimes the memory size is incorrect and worse probing the wrong
  141. places can in some cases cause the test to hang or crash.  
  142.  
  143. Starting in version 2.9 alternative methods are available for determining the
  144. memory size. By default the test attempts to get the memory size from the
  145. BIOS using the "e820" method.  With "e820" the BIOS provides a table of memory
  146. segments and identifies what they will be used for.  By default Memtest86
  147. will test all of the ram marked as available and also the area reserved for
  148. the ACPI tables.  This is safe since the test does not use the ACPI tables
  149. and the "e820" specifications state that this memory may be reused after the
  150. tables have been copied.  Although this is a safe default some memory will
  151. not be tested.
  152.  
  153. Two additional options are available through online configuration options.
  154. The first option (BIOS-All) also uses the "e820" method to obtain a memory
  155. map.  However, when this option is selected all of the reserved memory
  156. segments are tested, regardless of what their intended use is.  The only
  157. exception is memory segments that begin above 3gb.  Testing has shown that
  158. these segments are typically not safe to test.  The BIOS-All option is more
  159. thorough but could be unstable with some motherboards.
  160.  
  161. The second option for memory sizing is the traditional "Probe" method.
  162. This is a very thorough but not entirely safe method.  In the majority of
  163. cases the BIOS-All and Probe methods will return the same memory map.
  164.  
  165. For older BIOS's that do not support the "e820" method there are two
  166. additional methods (e801 and e88) for getting the memory size from the
  167. BIOS.  These methods only provide the amount of extended memory that is
  168. available, not a memory table.  When the e801 and e88 methods are used
  169. the BIOS-All option will not be available.
  170.  
  171. The MemMap field on the display shows what memory size method is in use.
  172. Also the RsvdMem field shows how much memory is reserved and is not being
  173. tested.
  174.  
  175.  
  176. 7) Error Information
  177. ======================
  178. Memtest has two options for reporting errors.  The default is to report
  179. individual errors.  In BadRAM Patterns mode patterns are created for
  180. use with the Linux BadRAM feature.  This slick feature allows Linux to
  181. avoid bad memory pages.  Details about the BadRAM feature can be found at:
  182.  
  183.     http://home.zonnet.nl/vanrein/badram
  184.  
  185. For individual errors the following information is displayed when a memory
  186. error is detected.  An error message is only displayed for errors with a
  187. different address or failing bit pattern.  All displayed values are in
  188. hexadecimal.
  189.  
  190.   Tst:            Test number
  191.   Failing Address :    Failing memory address 
  192.   Good:            Expected data pattern 
  193.   Bad:            Failing data pattern 
  194.   Err-Bits:        Exclusive or of good and bad data (this shows the
  195.             position of the failing bit(s))
  196.   Count:        Number of consecutive errors with the same address
  197.             and failing bits
  198.  
  199. In BadRAM Patterns mode, Lines are printed in a form badram=F1,M1,F2,M2.
  200. In each F/M pair, the F represents a fault address, and the corresponding M
  201. is a bitmask for that address. These patterns state that faults have
  202. occurred in addresses that equal F on all "1" bits in M. Such a pattern may
  203. capture more errors that actually exist, but at least all the errors are
  204. captured. These patterns have been designed to capture regular patterns of
  205. errors caused by the hardware structure in a terse syntax.
  206.  
  207. The BadRAM patterns are `grown' increment-ally rather than `designed' from an
  208. overview of all errors. The number of pairs is constrained to five for a
  209. number of practical reasons. As a result, handcrafting patterns from the
  210. output in address printing mode may, in exceptional cases, yield better
  211. results.
  212.  
  213.  
  214. 8) Trouble-shooting Memory Errors
  215. ================================
  216. Please be aware that not all errors reported by Memtest86 are due to
  217. bad memory. The test implicitly tests the CPU, L1 and L2 caches as well as
  218. the motherboard.  It is impossible for the test to determine what causes
  219. the failure to occur.  Most failures will be due to a problem with memory.
  220. When it is not, the only option is to replace parts until the failure is
  221. corrected.  
  222.  
  223. Once a memory error has been detected, determining the failing
  224. module is not a clear cut procedure.  With the large number of motherboard
  225. vendors and possible combinations of simm slots it would be difficult if
  226. not impossible to assemble complete information about how a particular
  227. error would map to a failing memory module.  However, there are steps
  228. that may be taken to determine the failing module.  Here are three
  229. techniques that you may wish to use:
  230.  
  231. 1) Removing modules
  232. This is simplest method for isolating a failing modules, but may only be
  233. employed when one or more modules can be removed from the system.  By
  234. selectively removing modules from the system and then running the test
  235. you will be able to find the bad module(s).  Be sure to note exactly which
  236. modules are in the system when the test passes and when the test fails.
  237.  
  238. 2) Rotating modules
  239. When none of the modules can be removed then you may wish to rotate modules
  240. to find the failing one.  This technique can only be used if there are
  241. three or more modules in the system.  Change the location of two modules
  242. at a time.  For example put the module from slot 1 into slot 2 and put
  243. the module from slot 2 in slot 1.  Run the test and if either the failing
  244. bit or address changes then you know that the failing module is one of the
  245. ones just moved. By using several combinations of module movement you
  246. should be able to determine which module is failing.
  247.  
  248. 3) Replacing modules
  249. If you are unable to use either of the previous techniques then you are
  250. left to selective replacement of modules to find the failure.  
  251.  
  252. 4) Avoiding allocation
  253. The printing mode for BadRAM patterns is intended to construct boot time
  254. parameters for a Linux kernel that is compiled with BadRAM support. This
  255. work-around makes it possible for Linux to reliably run on defective
  256. RAM.  For more information on BadRAM support
  257. for Linux, sail to
  258.  
  259.        http://home.zonnet.nl/vanrein/badram
  260.  
  261. Sometimes memory errors show up due to component incompatibility.  A memory
  262. module may work fine in one system and not in another.  This is not
  263. uncommon and is a source of confusion.  The components are not necessarily
  264. bad but certain combinations may need to be avoided.
  265.  
  266. I am often asked about the reliability of errors reported by Mestest86.
  267. In the vast majority of cases errors reported by the test are valid.
  268. There are some systems that cause Memtest86 to be confused about the size of
  269. memory and it will try to test non-existent memory.  This will cause a large
  270. number of consecutive addresses to be reported as bad and generally there
  271. will be many bits in error.  If you have a relatively small number of
  272. failing addresses and only one or two bits in error you can be certain
  273. that the errors are valid.  Also intermittent errors are always valid.
  274.  
  275. All valid memory errors should be corrected.  It is possible that a
  276. particular error will never show up in normal operation. However, operating
  277. with marginal memory is risky and can result in data loss and even
  278. disk corruption.  You can be sure that Murphy will get you if you know
  279. about a memory error and ignore it.
  280.  
  281. Memtest86 can not diagnose many types of PC failures.  For example a
  282. faulty CPU that causes Windows to crash will most likely just cause
  283. Memtest86 to crash in the same way.
  284.  
  285.  
  286. 9) Execution Time
  287. ==================
  288. The time required for a complete pass of Memtest86 will vary greatly
  289. depending on CPU speed, memory speed and memory size.  Here are the
  290. execution times from a Cleron-366 with 64MB of SDRAM:
  291.  
  292.   Test 0:     0:05
  293.   Test 1:     0:18
  294.   Test 2:     1:02
  295.   Test 3:     1:38
  296.   Test 4:     8:05
  297.   Test 5:     1:40
  298.   Test 6:     4:24
  299.   Test 7:     6:04
  300.  
  301.   Total Time for Default tests:  23:16
  302.  
  303.   Test 8:     12:30
  304.   Test 9:     49:30
  305.   Test 10:    30:34
  306.   Test 11:  3:29:40
  307.  
  308.   Total Time for All tests:  5:25:30
  309.  
  310.  
  311. 10) Memory Testing Philosophy
  312. =============================
  313. There are many good approaches for testing memory.  However, many tests
  314. simply throw some patterns at memory without much thought or knowledge
  315. of the memory architecture or how errors can best be detected. This
  316. works fine for hard memory failures but does little to find intermittent
  317. errors. BIOS based memory tests are useless for finding intermittent
  318. memory errors.
  319.  
  320. Memory chips consist of a large array of tightly packed memory cells,
  321. one for each bit of data.  The vast majority of the intermittent failures
  322. are a result of interaction between these memory cells.  Often writing a
  323. memory cell can cause one of the adjacent cells to be written with the
  324. same data. An effective memory test attempts to test for this
  325. condition. Therefore, an ideal strategy for testing memory would be
  326. the following:
  327.  
  328.   1) write a cell with a zero
  329.   2) write all of the adjacent cells with a one, one or more times
  330.   3) check that the first cell still has a zero
  331.  
  332. It should be obvious that this strategy requires an exact knowledge
  333. of how the memory cells are laid out on the chip.  In addition there is a
  334. never ending number of possible chip layouts for different chip types
  335. and manufacturers making this strategy impractical.  However, there
  336. are testing algorithms that can approximate this ideal strategy. 
  337.  
  338.  
  339. 11) Memtest86 Test Algorithms
  340. =============================
  341. Memtest86 uses two algorithms that provide a reasonable approximation
  342. of the ideal test strategy above.  The first of these strategies is called
  343. moving inversions.  The moving inversion test works as follows:
  344.  
  345.   1) Fill memory with a pattern
  346.   2) Starting at the lowest address
  347.     2a check that the pattern has not changed
  348.     2b write the patterns complement
  349.     2c increment the address
  350.     repeat 2a - 2c
  351.   3) Starting at the highest address
  352.     3a check that the pattern has not changed
  353.     3b write the patterns complement
  354.     3c decrement the address
  355.     repeat 3a - 3c
  356.  
  357. This this algorithm is a good approximation of an ideal memory test but
  358. there are some limitations.  Most high density chips today store data
  359. 4 to 16 bits wide.  With chips that are more than one bit wide it
  360. is impossible to selectively read or write just one bit.  This means
  361. that we cannot guarantee that all adjacent cells have been tested
  362. for interaction.  In this case the best we can do is to use some
  363. patterns to insure that all adjacent cells have at least been written
  364. with all possible one and zero combinations.
  365.  
  366. It can also be seen that caching, buffering and out of order execution
  367. will interfere with the moving inversions algorithm and make less effective.
  368. It is possible to turn off cache but the memory buffering in new high
  369. performance chips can not be disabled.  To address this limitation a new
  370. algorithm I call Modulo-X was created.  This algorithm is not affected by
  371. cache or buffering.  The algorithm works as follows:
  372.   1) For starting offsets of 0 - 20 do
  373.     1a write every 20th location with a pattern
  374.     1b write all other locations with the patterns complement
  375.        repeat 1b one or more times
  376.     1c check every 20th location for the pattern
  377.  
  378. This algorithm accomplishes nearly the same level of adjacency testing
  379. as moving inversions but is not affected by caching or buffering.  Since
  380. separate write passes (1a, 1b) and the read pass (1c) are done for all of
  381. memory we can be assured that all of the buffers and cache have been
  382. flushed between passes.  The selection of 20 as the stride size was somewhat
  383. arbitrary.  Larger strides may be more effective but would take longer to
  384. execute.  The choice of 20 seemed to be a reasonable compromise between
  385. speed and thoroughness.
  386.  
  387.  
  388. 12) Individual Test Descriptions
  389. ================================
  390. Memtest86 executes a series of numbered test sections to check for
  391. errors.  These test sections consist of a combination of test
  392. algorithm, data pattern and caching. The execution order for these tests
  393. were arranged so that errors will be detected as rapidly as possible.
  394. Tests 8, 9, 10, 11 and 12 are very long running extended tests and are only
  395. executed when extended testing is selected.  The extended tests have a
  396. low probability of finding errors that were missed by the default tests.
  397. A description of each of the test sections follows:
  398.  
  399. Test 0 [Address test, walking ones, no cache]
  400.   Tests all address bits in all memory banks by using a walking ones
  401.   address pattern.  Errors from this test are not used to calculate
  402.   BadRAM patterns.
  403.  
  404. Test 1 [Moving Inv, ones&zeros, cached]
  405.   This test uses the moving inversions algorithm with patterns of only
  406.   ones and zeros.  Cache is enabled even though it interferes to some
  407.   degree with the test algorithm.  With cache enabled this test does not
  408.   take long and should quickly find all "hard" errors and some more
  409.   subtle errors.  This section is only a quick check.
  410.  
  411. Test 2 [Address test, own address, no cache]
  412.   Each address is written with its own address and then is checked
  413.   for consistency.  In theory previous tests should have caught any
  414.   memory addressing problems.  This test should catch any addressing
  415.   errors that somehow were not previously detected.
  416.  
  417. Test 3 [Moving inv, 8 bit pat, cached]
  418.   This is the same as test 1 but uses a 8 bit wide pattern of
  419.   "walking" ones and zeros.  This test will better detect subtle errors
  420.   in "wide" memory chips.  A total of 20 data patterns are used.
  421.   
  422. Test 4 [Moving inv, 32 bit pat, cached]
  423.   This is a variation of the moving inversions algorithm that
  424.   shifts the data pattern left one bit for each successive address.
  425.   The starting bit position is shifted left for each pass.  To use
  426.   all possible data patterns 32 passes are required.  This test is
  427.   very effective at detecting data sensitive errors in "wide" memory
  428.   chips.
  429.  
  430. Test 5 [Block move, 64 moves, cached]
  431.   This test stresses memory by using block move (movsl) instructions
  432.   and is based on Robert Redelmeier's burnBX test.  Memory is initialized
  433.   with shifting patterns that are inverted every 8 bytes.  Then 4MB blocks
  434.   of memory are moved around using the movsl instruction.  After the moves
  435.   are completed the data patterns are checked.  Because the data is checked
  436.   only after the memory moves are completed it is not possible to know
  437.   where the error occurred.  The addresses reported are only for where the
  438.   bad pattern was found.  Since the moves are constrained to a 8MB segment
  439.   of memory the failing address will always be lest than 8MB away from the
  440.   reported address.  Errors from this test are not used to calculate
  441.   BadRAM patterns.
  442.  
  443. Test 6 [Modulo 20, ones&zeros, cached]
  444.   Using the Modulo-X algorithm should uncover errors that are not
  445.   detected by moving inversions due to cache and buffering interference
  446.   with the the algorithm.  As with test one only ones and zeros are
  447.   used for data patterns.
  448.  
  449. Test 7 [Moving inv, ones&zeros, no cache]
  450.   This is the same as test one but without cache.  With cache off
  451.   there will be much less interference with the test algorithm.
  452.   However, the execution time is much, much longer.  This test may
  453.   find very subtle errors missed by tests one and two.
  454.  
  455. Test 8 [Block move, 512 moves, cached]
  456.   This is the same as test #5 except that we do a lot more memory moves
  457.   before checking memory. Errors from this test are not used to calculate
  458.   BadRAM patterns.
  459.  
  460. Test 9 [Moving inv, 8 bit pat, no cache]
  461.   This is the first extended test.  By using an 8 bit pattern with
  462.   cache off this test should be effective in detecting all types of
  463.   errors.  However, it takes a very long time to execute and there is
  464.   a low probability that it will detect errors not found by the previous
  465.   tests.
  466.  
  467. Test 10 [Modulo 20, 8 bit, cached]
  468.   This is the first test to use the modulo 20 algorithm with a data
  469.   pattern other than ones and zeros.  This combination of algorithm and
  470.   data pattern should be quite effective.  However, it's very long
  471.   execution time relegates it to the extended test section.
  472.  
  473. Test 11 [Moving inv, 32 bit pat, no cache]
  474.   This test should be the most effective in finding errors that are
  475.   data pattern sensitive.  However, without cache it's execution time
  476.   is excessively long.
  477.  
  478. Test 12 [Bit fade test, 90 min, 2 patterns]
  479.   The bit fade test initializes all of memory with a pattern and then
  480.   sleeps for 90 minutes. Then memory is examined to see if any memory bits
  481.   have changed. All ones and all zero patterns are used. Since this test
  482.   takes 6+ hours to complete plan to let this one run overnight.
  483.  
  484.  
  485. 13) Problem Reporting - Contact Information
  486. ===========================================
  487. Due to the growing popularity of Memtest86 (more than 200,000 downloads per
  488. month) I have been inundated by, questions, feedback, problem reports and
  489. requests for enhancements. I simply do not have time to repond to ANY Memtest86
  490. emails. Bug reports and suggestions are welcome but will typically not be
  491. responded to.
  492.  
  493. *** NOTE: *** the Keyword MEM86 must appear in the subject of all emails
  494. or the message will be automaticly deleted before it gets to me. This thanks to
  495. spam and viruses! 
  496.  
  497. Problems/Bugs:
  498. Before submitting a problem report please check the Known Problems section
  499. to see if this problem has already been reported.  Be sure to include the
  500. version number and also any details that may be relevant.
  501.  
  502. Chris Brady, Email: bugs@memtest86.com
  503.  
  504. With some PC's Memtest86 will just die with no hints as to what went wrong.
  505. Without any details it is impossible to fix these failures.  Fixing these
  506. problems will require debugging on your part. There is no point in reporting
  507. these failures unless you have a Linux system and would be willing to debug
  508. the failure.
  509.  
  510. Enhancements:
  511. If you would like to request an enhancement please see if is already on
  512. the Planned Features List before sending your request.  All requests will
  513. be considered, but not all can be implemented.  If you are be interested in
  514. contributing code please contact me so that the integration can be
  515. co-ordinated.
  516.  
  517. Chris Brady, Email: enhance@memtest86.com
  518.  
  519. Questions:
  520. Unfortunately, I do not have time to respond to any questions or provide
  521. assistance with troubleshooting problems. Please read the Troubleshooting
  522. and Known Problems sections for assistance with problems. These sections have
  523. the answers for the questions that I have answers to. If there is not an
  524. answer for your problem in these sections it is probably not something I can
  525. help you with.
  526.  
  527.  
  528.  
  529. 14) Known Problems
  530. ==================
  531. Sometimes when booting from a floppy disk the following messages scroll up
  532. on the screen:
  533.         X:8000
  534.         AX:0212
  535.         BX:8600
  536.         CX:0201
  537.         DX:0000
  538. This the BIOS reporting floppy disk read errors.  Either re-write or toss
  539. the floppy disk.
  540.  
  541. Memtest86 has no support for multiple CPUs.  Memtest86 should run
  542. without problems, but it will only use one CPU.
  543.  
  544. Memtest86 can not diagnose many types of PC failures.  For example a
  545. faulty CPU that causes Windows to crash will most likely just cause
  546. Memtest86 to crash in the same way.
  547.  
  548. There have been numerous reports of errors in only tests 5 and 8 on Athlon
  549. systems.  Often the memory works in a different system or the vendor insists
  550. that it is good.  In these cases the memory is not necessarily bad but is
  551. not able to operate reliably at Athlon speeds.  Sometimes more conservative
  552. memory timings on the motherboard will correct these errors.  In other
  553. cases the only option is to replace the memory with better quality, higher
  554. speed memory.  Don't buy cheap memory and expect it to work with an Athlon!
  555.  
  556. Memtest86 supports all types of memory.  If fact the test has absolutely
  557. no knowledge of the memory type nor does it need to.  This not a problem
  558. or bug but is listed here due to the many questions I get about this issue.
  559.  
  560. Changes in the compiler and loader have caused problems with
  561. Memtest86 resulting in both build failures and errors in execution.  A
  562. binary image (precomp.bin) of the test is included and may be used if
  563. problems are encountered.
  564.  
  565. 15) Planned Features List
  566. =========================
  567. This is a list of enhancements planned for future releases of Memtest86.
  568. There is no timetable for when these will be implemented, if ever.
  569.  
  570.   - Option to allow printing of error information on an attached printer.
  571.   - Option to write error information to a floppy disk.
  572.   - Supply Memtest in RPM format.
  573.   - Read and display RAM SPD information.
  574.  
  575.  
  576. 16) Change Log
  577. ==============
  578. Enhancements in v3.1 (11/Mar/2004)
  579.  
  580.    Added processor detection for newer AMD processors.
  581.  
  582.    Added new "Bit Fade" extended test.
  583.  
  584.    Fixed a complile time bug with gcc version 3.x.
  585.  
  586.    E7500 memory controller ECC support
  587.  
  588.    Added support for 16bit ECC syndromes
  589.  
  590.    Option to keep the serial port baud rate of the boot loader
  591.  
  592.  
  593. Enhancements in v3.0 (22/May/2002) Provided by Eric Biederman
  594.  
  595.    Testing of more than 2gb of memory is at last fixed (tested with 6Gb)
  596.  
  597.    The infrastructure is to poll ecc error reporting chipset regisets,
  598.    and the support has been done for some chipsets.
  599.  
  600.    Uses dynamic relocation information records to make itself PIC
  601.    instead of requiring 2 copies of memtest86 in the binary.
  602.  
  603.    The serial console code does not do redundant writes to the serial port
  604.    Very little slow down at 9600 baud.
  605.  
  606.    You can press ^l or just l to get a screen refresh, when you are
  607.    connecting and unconnecting a serial cable.
  608.  
  609.    Netbooting is working again
  610.  
  611.    LinuxBIOS support (To get the memory size)
  612.  
  613.    Many bugfixes and code cleanup.
  614.  
  615. Enhancements in v2.9 (29/Feb/2002)
  616.  
  617.    The memory sizing code has been completely rewritten.  By default
  618.    Memtest86 gets a memory map from the BIOS that is now used to find 
  619.    available memory. A new online configuration option provides three
  620.    choices for how memory will be sized, including the old "probe" method.
  621.    The default mode generally will not test all of memory, but should be more
  622.    stable. See the "Memory Sizing" section for details.
  623.  
  624.    Testing of more than 2gb of memory should now work.  A number of bugs
  625.    were found and corrected that prevented testing above 2gb.  Testing
  626.    with more than 2gb has been limited and there could be problems with a
  627.    full 4gb of memory.
  628.  
  629.    Memory is divided into segments for testing.  This allow for frequent
  630.    progress updates and responsiveness to interactive commands.  The
  631.    memory segment size has been increased from 8 to 32mb.  This should
  632.    improve testing effectivness but progress reports will be less frequent.
  633.  
  634.    Minor bug fixes.
  635.  
  636. Enhancements in v2.8 (18/Oct/2001)
  637.    Eric Biederman reworked the build process making it far simpler and also
  638.    to produce a network bootable ELF image.
  639.  
  640.    Re-wrote the memory and cache speed detection code.  Previously the
  641.    reported numbers were inaccurate for intel CPU's and completely wrong
  642.    for Athlon/Duron CPU's.
  643.  
  644.    By default the serial console is disabled since this was slowing
  645.    down testing.
  646.  
  647.    Added CPU detection for Pentium 4.
  648.  
  649.    
  650. Enhancements in v2.7 (12/Jul/2001)
  651.    Expanded workaround for errors caused by BIOS USB keyboard support to
  652.    include test #5.
  653.  
  654.    Re-worked L1 / L2 cache detection code to provide clearer reporting.
  655.  
  656.    Fixed an obvious bug in the computation of cache and memory speeds.
  657.  
  658.    Changed on-line menu to stay in the menu between option selections.
  659.  
  660.    Fixed bugs in the test restart and redraw code.
  661.  
  662.    Adjusted code size to fix compilation problems with RedHat 7.1.
  663.  
  664.    Misc updates to the documentation.
  665.  
  666. Enhancements in v2.6 (25/May/2001)
  667.    Added workaround for errors caused by BIOS USB keyboard support.
  668.  
  669.    Fixed problems with reporting of 1 GHZ + processor speeds.
  670.  
  671.    Fixed Duron cache detection.
  672.  
  673.    Added screen buffer so that menus will work correctly from a serial
  674.    console.
  675.  
  676.    The Memtest86 image is now built in ELF format.
  677.  
  678. Enhancements in v2.5 (14/Dec/00)
  679.    Enhanced CPU and cache detection to correctly identify Duron CPU
  680.    and K6-III 1MB cache.
  681.  
  682.    Added code to report cache-able memory size.
  683.  
  684.    Added limited support for parity memory.
  685.  
  686.    Support was added to allow use of on-line commands from a serial
  687.    port.
  688.  
  689.    Dropped option for changing refresh rates.  This was not useful
  690.    and did not work on newer motherboards.
  691.  
  692.    Improved fatal exception reporting to include a register and stack
  693.    dump.
  694.  
  695.    The pass number is now displayed in the error report.
  696.  
  697.    Fixed a bug that crashed the test when selecting one of the extended
  698.    tests.
  699.  
  700. Enhancements in v2.4
  701.    The error report format was reworked for better clarity and now
  702.    includes a decimal address in megabytes.
  703.  
  704.    A new memory move test was added (from Robert Redelmeier's CPU-Burn)
  705.  
  706.    The test sequence and iterations were modified.
  707.  
  708.    Fixed scrolling problems with the BadRAM patterns.
  709.  
  710.  
  711. Enhancements in v2.3
  712.    A progress meter was added to replace the spinner and dots.
  713.  
  714.    Measurement and reporting of memory and cache performance  
  715.    was added.
  716.  
  717.    Support for creating BadRAM patterns was added.
  718.  
  719.    All of the test routines were rewritten in assembler to
  720.    improve both test performance and speed.
  721.  
  722.    The screen layout was reworked to hopefully be more readable.
  723.  
  724.    An error summary option was added to the online commands.
  725.  
  726.  
  727. Enhancements in v2.2
  728.    Added two new address tests
  729.  
  730.    Added an on-line command for setting test address range
  731.  
  732.    Optimized test code for faster execution (-O3, -funroll-loops and
  733.     -fomit-frame-pointer)
  734.  
  735.    Added and elapsed time counter.
  736.  
  737.    Adjusted menu options for better consistency
  738.  
  739.  
  740. Enhancements in v2.1
  741.    Fixed a bug in the CPU detection that caused the test to
  742.    hang or crash with some 486 and Cryrix CPU's
  743.  
  744.    Added CPU detection for Cyrix CPU's
  745.  
  746.    Extended and improved CPU detection for Intel and AMD CPU's
  747.  
  748.    Added a compile time option (BIOS_MEMSZ) for obtaining the last
  749.    memory address from the BIOS.  This should fix problems with memory
  750.    sizing on certain motherboards.  This option is not enabled by default.
  751.    It may be enabled be default in a future release.
  752.  
  753. Enhancements in v2.0
  754.    Added new Modulo-20 test algorithm.
  755.  
  756.    Added a 32 bit shifting pattern to the moving inversions algorithm.
  757.  
  758.    Created test sections to specify algorithm, pattern and caching.
  759.  
  760.    Improved test progress indicators.
  761.  
  762.    Created  popup menus for configuration.
  763.  
  764.    Added menu for test selection.
  765.  
  766.    Added CPU and cache identification.
  767.  
  768.    Added a "bail out" feature to quit the current test when it does not
  769.    fit the test selection parameters.
  770.  
  771.    Re-arranged the screen layout and colors.
  772.  
  773.    Created local include files for I/O and serial interface definitions
  774.    rather than using the sometimes incompatible system include files. 
  775.  
  776.    Broke up the "C" source code into four separate source modules.
  777.  
  778. Enhancements in v1.5
  779.    Some additional changes were made to fix obscure memory sizing
  780.    problems.
  781.  
  782.    The 4 bit wide data pattern was increased to 8 bits since 8 bit
  783.    wide memory chips are becoming more common.
  784.  
  785.    A new test algorithm was added to improve detection of data
  786.    pattern sensitive errors. 
  787.  
  788.  
  789. Enhancements in v1.4
  790.    Changes to the memory sizing code to avoid problems with some
  791.    motherboards where memtest would find more memory than actually
  792.    exists.
  793.  
  794.    Added support for a console serial port. (thanks to Doug Sisk)
  795.  
  796.    On-line commands are now available for configuring Memtest86 on
  797.    the fly (see On-line Commands).
  798.     
  799.  
  800. Enhancements in v1.3
  801.    Scrolling of memory errors is now provided.  Previously, only one screen
  802.    of error information was displayed.
  803.  
  804.    Memtest86 can now be booted from any disk via lilo.
  805.  
  806.    Testing of up to 4gb of memory has been fixed is now enabled by default.
  807.    This capability was clearly broken in v1.2a and should work correctly
  808.    now but has not been fully tested (4gb PC's are a bit rare).
  809.  
  810.    The maximum memory size supported by the motherboard is now being
  811.    calculated correctly.  In previous versions there were cases where not
  812.    all of memory would be tested and the maximum memory size supported
  813.    was incorrect.
  814.  
  815.    For some types of failures the good and bad values were reported to be
  816.    same with an Xor value of 0.  This has been fixed by retaining the data
  817.    read from memory and not re-reading the bad data in the error reporting
  818.    routine.
  819.  
  820.    APM (advanced power management) is now disabled by Memtest86.  This
  821.    keeps the screen from blanking while the test is running.
  822.  
  823.    Problems with enabling & disabling cache on some motherboards have been
  824.    corrected.
  825.  
  826.  
  827. 17) Donations
  828. =============
  829. With considerable reluctance I am resorting to a low key solicitation for
  830. donations.  It never has been my intent to profit from this program and I am
  831. pleased that Memtest86 has been helpful.  However, the time required to
  832. support this program has grown significantly.  I also have the modest
  833. cost of hosting this web-site that I would like to recover.  So if you find
  834. Memtest86 useful and you feel inclined to make a small PayPal donation please
  835. do so.  Use "cbrady@memtest86.com" for the recipient.
  836.  
  837.  
  838. 18) Acknowledgments
  839. ===================
  840. Memtest86 was developed by Chris Brady with the resources and assistance
  841. listed below:
  842.  
  843. - The initial versions of the source files bootsect.S, setup.S, head.S and
  844.   build.c are from the Linux 1.2.1 kernel and have been heavily modified.
  845.  
  846. - Doug Sisk provided code to support a console connected via a serial port.
  847.  
  848. - Code to create BadRAM patterns was provided by Rick van Rein.
  849.  
  850. - Tests 5 and 8 are based on Robert Redelmeier's burnBX test.
  851.  
  852. - Screen buffer code was provided by Jani Averbach.
  853.  
  854. - Eric Biederman provided all of the feature content for version 3.0
  855.   plus many bugfixes and significant code cleanup.
  856.