zxdiv: Fix various things
authorAlan Cox <alan@linux.intel.com>
Thu, 22 Nov 2018 00:19:16 +0000 (00:19 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 22 Nov 2018 00:19:16 +0000 (00:19 +0000)
commit3e614f69b83f7fe5d503fc5ab4a08f96b2d7b474
treea334251c848c7d96e52b31849bd8541184749e5b
parent350ac44dd0200e559bbc5d19b8778f0ea1ff2d53
zxdiv: Fix various things

Map the code low
Mark code as code1 so it banks right
Fix the writable code references
Sort out the udata mapping
Fix the __memcpy calls to call our bank code not invalid sdcc lib code
Remove strlcpy we don't use
Fix minor fork bugs

With this we get to the point of init running and forking. No further but
we really need swap on to make any real progress.
Kernel/platform-zxdiv/Makefile
Kernel/platform-zxdiv/README
Kernel/platform-zxdiv/config.h
Kernel/platform-zxdiv/crt0.s
Kernel/platform-zxdiv/fuzix.lnk
Kernel/platform-zxdiv/kernel.def
Kernel/platform-zxdiv/main.c
Kernel/platform-zxdiv/rules.mk
Kernel/platform-zxdiv/tricks.s
Kernel/platform-zxdiv/zx128.s