Note that BadRAM patterns exclude errors found in tests 0 and 7.

This was mentioned in the individual test descriptions in the README,
but easily missed (issue #384). Add a note in the BadRAM section of
the README and also in the error display heading.
This commit is contained in:
Martin Whitaker
2024-03-05 23:12:51 +00:00
parent 7b70c6e026
commit ded371e9da
2 changed files with 8 additions and 3 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
// Copyright (C) 2020 Martin Whitaker.
// Copyright (C) 2020-2024 Martin Whitaker.
//
// Derived from memtest86+ patn.c:
//
@@ -268,8 +268,8 @@ void badram_display(void)
check_input();
clear_message_area();
display_pinned_message(0, 0, "BadRAM Patterns");
display_pinned_message(1, 0, "---------------");
display_pinned_message(0, 0, "BadRAM Patterns (excludes test 0 and test 7)");
display_pinned_message(1, 0, "--------------------------------------------");
scroll();
display_scrolled_message(0, "badram=");
int col = 7;