From: Alan Cox Date: Sat, 8 Dec 2018 01:15:40 +0000 (+0000) Subject: msx1: switch to parent first and new style single process X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bec0c6500f37f89435529921ac730de83aadf48e;p=FUZIX.git msx1: switch to parent first and new style single process --- diff --git a/Kernel/platform-msx1/config.h b/Kernel/platform-msx1/config.h index d950898a..d52337a0 100644 --- a/Kernel/platform-msx1/config.h +++ b/Kernel/platform-msx1/config.h @@ -31,6 +31,8 @@ extern unsigned int swap_dev; #define MAX_SWAPS 16 /* We will size it from the partition */ /* Swap will be set up when a suitably labelled partition is seen */ #define CONFIG_DYNAMIC_SWAP +#define MAXTICKS 20 +#define CONFIG_PARENT_FIRST /* Required by the Z80 swap only and good */ /* Video terminal, not a serial tty */ #define CONFIG_VT