diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 70a90519..ccbfe081 100644 --- a/src/config.h +++ b/src/config.h @@ -49,6 +49,8 @@ #define CONFIG_KEYBOARD 1 // Support calling int155f on each keyboard event #define CONFIG_KBD_CALL_INT15_4F 1 +// Disable A20 on 16bit boot +#define CONFIG_DISABLE_A20 0 // Support for int15c2 mouse calls #define CONFIG_PS2_MOUSE 1 // If the target machine has multiple independent root buses, the |