blob: 6517c7404b5ca707c292abb3ba376ee0c5c9c1fd [file] [log] [blame]
/* config.h - MemTest-86 Version 3.3
*
* 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 1
/* SERIAL_TTY - The default serial port to use. 0=ttyS0, 1=ttyS1 */
#define SERIAL_TTY 0
/* SERIAL_BAUD_RATE - Baud rate for the serial console */
#define SERIAL_BAUD_RATE 115200
/* 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