From 5c27cc485d37472554685c306c5959353e21114b Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 1 Jul 2018 20:07:24 +0100 Subject: [PATCH] coco2cart: tweak so that sdc and ide fit together --- Kernel/platform-coco2cart/coco2.s | 2 +- Kernel/platform-coco2cart/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-coco2cart/coco2.s b/Kernel/platform-coco2cart/coco2.s index 79835617..6c082704 100644 --- a/Kernel/platform-coco2cart/coco2.s +++ b/Kernel/platform-coco2cart/coco2.s @@ -239,7 +239,7 @@ romsave: .area .bufpool _bufpool: - .ds 520*6 ; initial buffers + .ds 520*5 ; initial buffers ; Discard follows this so will be reclaimed diff --git a/Kernel/platform-coco2cart/config.h b/Kernel/platform-coco2cart/config.h index d432737a..18075556 100644 --- a/Kernel/platform-coco2cart/config.h +++ b/Kernel/platform-coco2cart/config.h @@ -61,7 +61,7 @@ extern unsigned int cocoswap_dev; #define NDEVS 2 /* Devices 0..NDEVS-1 are capable of being mounted */ /* (add new mountable devices to beginning area.) */ #define TTYDEV 513 /* Device used by kernel for messages, panics */ -#define NBUFS 6 /* Number of block buffers */ +#define NBUFS 5 /* Number of block buffers */ #define NMOUNTS 2 /* Number of mounts at a time */ #define swap_map(x) ((uint8_t *)(x)) -- 2.34.1