coco2cart: tweak so that sdc and ide fit together
authorAlan Cox <alan@linux.intel.com>
Sun, 1 Jul 2018 19:07:24 +0000 (20:07 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 1 Jul 2018 19:07:24 +0000 (20:07 +0100)
Kernel/platform-coco2cart/coco2.s
Kernel/platform-coco2cart/config.h

index 7983561..6c08270 100644 (file)
@@ -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
 
index d432737..1807555 100644 (file)
@@ -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))