From: Alan Cox Date: Fri, 3 Nov 2017 23:36:01 +0000 (+0000) Subject: z80pack: we added a tty X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c25bb159a0fb1e82f47db37e1732c9802b26f802;p=FUZIX.git z80pack: we added a tty --- diff --git a/Kernel/platform-z80pack/config.h b/Kernel/platform-z80pack/config.h index b0fdc1c3..3a371083 100644 --- a/Kernel/platform-z80pack/config.h +++ b/Kernel/platform-z80pack/config.h @@ -45,7 +45,7 @@ #define CMDLINE NULL /* Location of root dev name */ /* Device parameters */ -#define NUM_DEV_TTY 3 +#define NUM_DEV_TTY 4 #define TTYDEV BOOT_TTY /* Device used by kernel for messages, panics */ #define SWAPDEV (256 + 1) /* Device for swapping. (z80pack drive J) */