From 799503d65f5e331b6289f1e6a6c6a668651e8ce3 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 7 Oct 2018 22:46:56 +0100 Subject: [PATCH] 65c816: tweak buffers down so it all fits --- Kernel/platform-v65c816/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1