commit | 3491e8b9763197d17a6ef32a41be843ff7a111cf | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Feb 29 00:22:27 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Feb 29 00:22:27 2008 -0500 |
tree | 4ea3ef4b72a826b17997ea87f74c7169d1316460 | |
parent | 4ce6a497b2c8ad30736a6c2e516e4e93c66f3ce4 [diff] [blame] |
Initial support for ATA disks.
diff --git a/src/config.h b/src/config.h index 5d91c60..feb8f27 100644 --- a/src/config.h +++ b/src/config.h
@@ -4,7 +4,7 @@ #define CONFIG_FLOPPY_SUPPORT 1 #define CONFIG_PS2_MOUSE 0 -#define CONFIG_ATA 0 +#define CONFIG_ATA 1 #define CONFIG_KBD_CALL_INT15_4F 1 #define CONFIG_ELTORITO_BOOT 0 #define CONFIG_MAX_ATA_INTERFACES 4