d61830b690c42659f6fcb009526407dd25452a9e
[seabios.git] / src / config.h
1 #ifndef __CONFIG_H
2 #define __CONFIG_H
3 // Configuration definitions.
4
5 #define CONFIG_FLOPPY_SUPPORT 1
6 #define CONFIG_PS2_MOUSE 1
7 #define CONFIG_ATA 1
8 #define CONFIG_KBD_CALL_INT15_4F 1
9 #define CONFIG_CDROM_BOOT 1
10 #define CONFIG_PCIBIOS 1
11
12 #define CONFIG_MAX_ATA_INTERFACES 4
13 #define CONFIG_MAX_ATA_DEVICES  (CONFIG_MAX_ATA_INTERFACES*2)
14
15 #define CONFIG_STACK_SEGMENT 0x00
16 #define CONFIG_STACK_OFFSET  0xfffe
17
18 #define CONFIG_MODEL_ID      0xFC
19 #define CONFIG_SUBMODEL_ID   0x00
20 #define CONFIG_BIOS_REVISION 0x01
21
22 #endif // config.h