From 438de5baaa26aa32cf91e9963160b1496a1dd7a0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 25 Aug 2018 21:55:41 +0100 Subject: [PATCH] sbcv2: move the udata stash up 256 bytes We don't need to keep a copy of the istack --- Kernel/platform-sbcv2/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1