From: Alan Cox Date: Tue, 2 Oct 2018 23:05:07 +0000 (+0100) Subject: v65c816: tune buffers X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a8bce774729cbf9c9c775563d8328e30e3206f1d;p=FUZIX.git v65c816: tune buffers --- diff --git a/Kernel/platform-v65c816/config.h b/Kernel/platform-v65c816/config.h index 70d830b2..170fbd6b 100644 --- a/Kernel/platform-v65c816/config.h +++ b/Kernel/platform-v65c816/config.h @@ -51,7 +51,7 @@ /* Device parameters */ #define NUM_DEV_TTY 2 #define TTYDEV BOOT_TTY /* Device used by kernel for messages, panics */ -#define NBUFS 7 /* Number of block buffers */ +#define NBUFS 6 /* Number of block buffers */ #define NMOUNTS 3 /* Number of mounts at a time */ #define platform_discard() /* for now - wants fixing */