From d56d44e8af53de4150f4463c5f0cb6c4b3f8e086 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 15 Apr 2018 14:47:45 +0100 Subject: [PATCH] z80pack: turn on direct I/O for execve etc --- Kernel/platform-z80pack/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-z80pack/config.h b/Kernel/platform-z80pack/config.h index f1ff8184..ac6eae42 100644 --- a/Kernel/platform-z80pack/config.h +++ b/Kernel/platform-z80pack/config.h @@ -22,6 +22,8 @@ /* Networking (not usable yet but for debug/development) */ #define CONFIG_NET #define CONFIG_NET_NATIVE +/* Read processes and big I/O direct into process space */ +#define CONFIG_LARGE_IO_DIRECT /* Banks as reported to user space */ #define CONFIG_BANKS 1 -- 2.34.1