mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2026-08-12 05:54:43 -05:00
Simple maintenance improvements (#145)
* Fix typos * Add missing final newline * Trim trailing whitespace
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ void addr_error(testword_t *addr1, testword_t *addr2, testword_t good, testword_
|
||||
void data_error(testword_t *addr, testword_t good, testword_t bad, bool use_for_badram)
|
||||
{
|
||||
#if USB_WORKAROUND
|
||||
/* Skip any errrors that appear to be due to the BIOS using location
|
||||
/* Skip any errors that appear to be due to the BIOS using location
|
||||
* 0x4e0 for USB keyboard support. This often happens with Intel
|
||||
* 810, 815 and 820 chipsets. It is possible that we will skip
|
||||
* a real error but the odds are very low.
|
||||
|
||||
+1
-1
@@ -196,7 +196,7 @@ void interrupt(struct trap_regs *trap_regs)
|
||||
|
||||
clear_screen_region(ROW_FOOTER, 0, ROW_FOOTER, SCREEN_WIDTH - 1);
|
||||
prints(ROW_FOOTER, 0, "Press any key to reboot...");
|
||||
|
||||
|
||||
while (get_key() == 0) { }
|
||||
reboot();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user