From: Alan Cox Date: Thu, 18 Dec 2014 00:50:20 +0000 (+0000) Subject: trs80: update config.h X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=156ff8464fe46d0cbc5baa16cccc47f5e0b32602;p=FUZIX.git trs80: update config.h --- diff --git a/Kernel/platform-trs80/config.h b/Kernel/platform-trs80/config.h index b0f385e2..a9b618bd 100644 --- a/Kernel/platform-trs80/config.h +++ b/Kernel/platform-trs80/config.h @@ -42,8 +42,6 @@ /* Device parameters */ #define NUM_DEV_TTY 3 -#define NDEVS 17 /* Devices 0..NDEVS-1 are capable of being mounted */ - /* (add new mountable devices to beginning area.) */ #define TTYDEV BOOT_TTY /* Device used by kernel for messages, panics */ #define SWAPDEV 5 /* Device for swapping. */ #define NBUFS 10 /* Number of block buffers */