From d0dcab2bd1e4a6c0305f9625b09db52d9317394e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 30 Aug 2016 20:40:28 +0100 Subject: [PATCH] v68: specify number of block devices --- Kernel/platform-v68/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-v68/config.h b/Kernel/platform-v68/config.h index 37b09b49..ba43a0f5 100644 --- a/Kernel/platform-v68/config.h +++ b/Kernel/platform-v68/config.h @@ -39,5 +39,7 @@ #define NBUFS 20 /* Number of block buffers */ #define NMOUNTS 6 /* Number of mounts at a time */ +#define MAX_BLKDEV 4 + /* Programs run under MMU with zero base */ #define PROGBASE 0 -- 2.34.1