diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index 53996b43..161dfcc9 100644 --- a/src/config.h +++ b/src/config.h @@ -3,6 +3,8 @@ #define CONFIG_FLOPPY_SUPPORT 1 #define CONFIG_PS2_MOUSE 0 #define CONFIG_ATA 0 -#define CONFIG_STACK16_SEGMENT 0x00 -#define CONFIG_STACK16_OFFSET 0xfffe -#define CONFIG_STACK32_OFFSET 0x80000 +#define CONFIG_KBD_CALL_INT15_4F 1 +#define CONFIG_ELTORITO_BOOT 0 + +#define CONFIG_STACK_SEGMENT 0x00 +#define CONFIG_STACK_OFFSET 0xfffe |