From: Alan Cox Date: Fri, 30 Nov 2018 22:38:47 +0000 (+0000) Subject: zxdiv: we now handle 2 SD cards so fix config X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1147e087b29c4ee259d4235dd106dd631e52ae82;p=FUZIX.git zxdiv: we now handle 2 SD cards so fix config --- diff --git a/Kernel/platform-zxdiv/config.h b/Kernel/platform-zxdiv/config.h index 974575a0..40337885 100644 --- a/Kernel/platform-zxdiv/config.h +++ b/Kernel/platform-zxdiv/config.h @@ -1,6 +1,6 @@ #define CONFIG_IDE #define CONFIG_SD -#define SD_DRIVE_COUNT 1 /* For the moment */ +#define SD_DRIVE_COUNT 2 #define CONFIG_LARGE_IO_DIRECT /* We support direct to user I/O */ /* Enable to make ^Z dump the inode table for debug */