From: Alan Cox Date: Sat, 8 Jul 2017 13:45:59 +0000 (+0100) Subject: micropack: updates X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=55824c5ba5a057319dcf8ffc06a2330c0a25527c;p=FUZIX.git micropack: updates Use one less buffer via the kn_open change This is still iffy so I may well undo the lot and abandon the idea of a level 0 port --- diff --git a/Kernel/platform-micropack/config.h b/Kernel/platform-micropack/config.h index 439d179a..9ed2d6d8 100644 --- a/Kernel/platform-micropack/config.h +++ b/Kernel/platform-micropack/config.h @@ -45,7 +45,7 @@ #define TTYDEV BOOT_TTY /* Device used by kernel for messages, panics */ #define SWAPDEV (256 + 1) /* Device for swapping. (z80pack drive J) */ -#define NBUFS 5 /* Number of block buffers */ +#define NBUFS 4 /* Number of block buffers */ #define NMOUNTS 2 /* Number of mounts at a time */ #define platform_discard() diff --git a/Kernel/platform-micropack/fuzix.lnk b/Kernel/platform-micropack/fuzix.lnk index 506c22f4..173af2dd 100644 --- a/Kernel/platform-micropack/fuzix.lnk +++ b/Kernel/platform-micropack/fuzix.lnk @@ -2,8 +2,8 @@ -i fuzix.ihx -b _INITIALIZER=0x1000 -b _DISCARD=0x5000 --b _UDATA=0x5D00 --b _CODE=0x6000 +-b _UDATA=0x6D00 +-b _CODE=0x7000 -l z80 platform-micropack/crt0.rel platform-micropack/commonmem.rel