trs80: bank94 will need a lot more bank entries!
authorAlan Cox <alan@linux.intel.com>
Wed, 16 May 2018 21:48:05 +0000 (22:48 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 16 May 2018 21:48:05 +0000 (22:48 +0100)
Kernel/platform-trs80/config.h

index d10bc2a..1f2a7dc 100644 (file)
 #define CONFIG_VT_MULTI
 /* Banked memory set up */
 #define CONFIG_BANK_FIXED
+#ifdef CONFIG_BANK94
+#define MAX_MAPS       62
+#else
 #define MAX_MAPS       2
+#endif
+
 #define MAP_SIZE       0x8000
 
 #define CONFIG_BANKS   2       /* 2 x 32K */