From: Alan Cox Date: Sat, 8 Dec 2018 01:23:54 +0000 (+0000) Subject: genie-eg64: tune for new parent first swap only X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4ff7253ad46336cefb5bfb5bad99050ae518b98b;p=FUZIX.git genie-eg64: tune for new parent first swap only --- diff --git a/Kernel/platform-genie-eg64/config.h b/Kernel/platform-genie-eg64/config.h index d47e9577..fc3ca34b 100644 --- a/Kernel/platform-genie-eg64/config.h +++ b/Kernel/platform-genie-eg64/config.h @@ -15,9 +15,11 @@ #define CONFIG_VT /* Memory set up */ #define CONFIG_SWAP_ONLY +#define CONFIG_PARENT_FIRST #define CONFIG_SPLIT_UDATA #define UDATA_BLKS 1 #define UDATA_SIZE 0x200 +#define MAXTICKS 20 /* Direct I/O support */ #define CONFIG_LARGE_IO_DIRECT /* Raw input layer */