From: Alan Cox Date: Sun, 7 Oct 2018 21:46:56 +0000 (+0100) Subject: 65c816: tweak buffers down so it all fits X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=799503d65f5e331b6289f1e6a6c6a668651e8ce3;p=FUZIX.git 65c816: tweak buffers down so it all fits --- diff --git a/Kernel/platform-v65c816/config.h b/Kernel/platform-v65c816/config.h index 170fbd6b..a7db2f79 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 6 /* Number of block buffers */ +#define NBUFS 5 /* Number of block buffers */ #define NMOUNTS 3 /* Number of mounts at a time */ #define platform_discard() /* for now - wants fixing */