4b408cc1ff
Memtest86+ is thorough, stand alone memory test for Intel i386 architecture systems, based on the well-known Memtest86 written by Chris Brady. ok sturm@
15 lines
562 B
Plaintext
15 lines
562 B
Plaintext
$OpenBSD: patch-config_h,v 1.1.1.1 2009/02/09 14:54:40 form Exp $
|
|
$RuOBSD: patch-config_h,v 1.1.1.1 2008/07/12 19:00:53 form Exp $
|
|
--- config.h.orig Thu Feb 21 17:26:05 2008
|
|
+++ config.h Mon Mar 24 22:04:20 2008
|
|
@@ -13,7 +13,9 @@
|
|
/* 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. */
|
|
+#ifndef SERIAL_CONSOLE_DEFAULT
|
|
#define SERIAL_CONSOLE_DEFAULT 0
|
|
+#endif
|
|
|
|
/* SERIAL_TTY - The default serial port to use. 0=ttyS0, 1=ttyS1 */
|
|
#define SERIAL_TTY 0
|