📄 config.h
字号:
/* 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 0/* SERIAL_BAUD_RATE - Baud rate for the serial console */#define SERIAL_BAUD_RATE 9600/* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */#define BEEP_MODE 0/* 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -