Various fixes to README.

This commit is contained in:
Martin Whitaker 2020-05-24 21:51:14 +01:00
parent fbd3376668
commit 165f512f0a

View File

@ -10,18 +10,18 @@ protocol. It should work on any Pentium class or later CPU.
## Table of Contents
* [Origins]
* [Licensing]
* [Build and Installation]
* [Operation]
* [Error Display]
* [Trouble-shooting Memory Errors]
* [Execution Time]
* [Memory Testing Philosophy]
* [PCMemTest Test Algorithms]
* [Individual Test Descriptions]
* [Known Limitations and Bugs]
* [Acknowledgments]
* [Origins](#origins)
* [Licensing](#licensing)
* [Build and Installation](#build-and-installation)
* [Operation](#operation)
* [Error Display](#error-display)
* [Trouble-shooting Memory Errors](#trouble-shooting-memory-errors)
* [Execution Time](#execution-time)
* [Memory Testing Philosophy](#memory-testing-philosophy)
* [PCMemTest Test Algorithms](#pcmemtest-test-algorithms)
* [Individual Test Descriptions](#individual-test-descriptions)
* [Known Limitations and Bugs](#known-limitations-and-bugs)
* [Acknowledgments](#acknowledgments)
## Origins
@ -469,3 +469,6 @@ and assistance listed below:
* Major enhancements to hardware detection and reporting in version 3.2, 3.3
and 3.4 provided by Samuel Demeulemeester (from Memtest86+ v1.11, v1.60
and v1.70).
In addition, several bug fixes for Memtest86+ were imported from
[anphsw/memtest86](https://github.com/anphsw/memtest86).