forked from scottjg/memtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h
More file actions
50 lines (39 loc) · 1.46 KB
/
Copy pathconfig.h
File metadata and controls
50 lines (39 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* config.h - MemTest-86 Version 3.0
*
* Compile time configuration options
*
* Released under version 2 of the Gnu Public License.
* By Chris Brady, cbrady@sgi.com
*/
/* PARITY_MEM - Enables support for reporting memory parity errors */
/* Experimental, normally enabled */
#define PARITY_MEM
/* SERIAL_CONSOLE_DEFAULT - The default state of the serial console. */
/* This is normally off since it slows down testing. Change to a 1 */
/* to enable. */
#define SERIAL_CONSOLE_DEFAULT 1
/* SERIAL_TTY - The default serial port to use. 0=ttyS0, 1=ttyS1 */
#define SERIAL_TTY 1
/* SERIAL_BAUD_RATE - Baud rate for the serial console */
#define SERIAL_BAUD_RATE 115200
/* START_FAIL_SAFE - Default 0 = normal. Change to 1 to always start in fail */
/* safe mode */
#define START_FAIL_SAFE 0
/* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */
#define BEEP_MODE 0
/* BEEP_END_NO_ERROR - Beep at end of each pass without error. Default off, */
/* Change to 1 to enable */
#define BEEP_END_NO_ERROR 0
/* FIRST_PASS_HALF_ITERATIONS - First pass twice faster / half iterations. */
/* Change to 0 to disable */
#define FIRST_PASS_HALF_ITERATIONS 1
/* SCRN_DEBUG - extra check for SCREEN_BUFFER
*/
/* #define SCRN_DEBUG */
/* APM - Turns off APM at boot time to avoid blanking the screen */
/* Normally enabled */
#define APM_OFF
/* USB_WAR - Enables a workaround for errors caused by BIOS USB keyboard */
/* and mouse support*/
/* Normally enabled */
#define USB_WAR