blob: 53996b43c3151c96901805c0077055ff689bd035 (
plain)
1
2
3
4
5
6
7
8
|
// Configuration definitions.
#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
|