From: Alan Cox Date: Sat, 25 Aug 2018 20:55:41 +0000 (+0100) Subject: sbcv2: move the udata stash up 256 bytes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=438de5baaa26aa32cf91e9963160b1496a1dd7a0;p=FUZIX.git sbcv2: move the udata stash up 256 bytes We don't need to keep a copy of the istack --- diff --git a/Kernel/platform-sbcv2/config.h b/Kernel/platform-sbcv2/config.h index 5c7ddc42..c7e414fd 100644 --- a/Kernel/platform-sbcv2/config.h +++ b/Kernel/platform-sbcv2/config.h @@ -42,7 +42,7 @@ #define TICKSPERSEC 10 /* Ticks per second */ #define PROGBASE 0x0000 /* Base of user */ #define PROGLOAD 0x0100 /* Load and run here */ -#define PROGTOP 0x7D00 /* Top of program, base of U_DATA stash */ +#define PROGTOP 0x7E00 /* Top of program, base of U_DATA stash */ #define PROC_SIZE 32 /* Memory needed per process */ #define SWAPDEV (swap_dev) @@ -66,5 +66,5 @@ #define NBUFS 5 /* Number of block buffers */ #define NMOUNTS 4 /* Number of mounts at a time */ -#define TTY_INIT_BAUD B115200 /* To match ROMWBW */ +#define TTY_INIT_BAUD B38400 /* To match ROMWBW */ extern unsigned int swap_dev;