From f20a184fcc2d5232fede0849cf84bbf21e0d35c0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 25 Nov 2018 01:59:22 +0000 Subject: [PATCH] zxdiv: turn on direct I/O --- Kernel/platform-zxdiv/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-zxdiv/config.h b/Kernel/platform-zxdiv/config.h index 13a39bc0..b6901957 100644 --- a/Kernel/platform-zxdiv/config.h +++ b/Kernel/platform-zxdiv/config.h @@ -1,6 +1,7 @@ #define CONFIG_IDE #define CONFIG_SD #define SD_DRIVE_COUNT 1 /* For the moment */ +#define CONFIG_LARGE_IO_DIRECT /* We support direct to user I/O */ /* Enable to make ^Z dump the inode table for debug */ #undef CONFIG_IDUMP -- 2.34.1