File: config.h

package info (click to toggle)
memtest86 3.2-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 572 kB
  • ctags: 1,353
  • sloc: ansic: 7,791; asm: 1,038; sh: 108; makefile: 103
file content (38 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download
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
/* config.h - MemTest-86  Version 3.2
 *
 * Compile time configuration options
 *
 * Released under version 2 of the Gnu Public License.
 * By Chris Brady
 */

/* 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 0

/* SERIAL_BAUD_RATE - Baud rate for the serial console
 * If this is not defined it is assumed a previous program has set the
 * baud rate, and the baud rate is preserved.
 */
/* 
#define SERIAL_BAUD_RATE 9600
*/

/* 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