From: Alan Cox Date: Sun, 15 Apr 2018 13:47:45 +0000 (+0100) Subject: z80pack: turn on direct I/O for execve etc X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d56d44e8af53de4150f4463c5f0cb6c4b3f8e086;p=FUZIX.git z80pack: turn on direct I/O for execve etc --- 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