sc108: Testing the thunking code on a machine with no common RAM
authorAlan Cox <alan@linux.intel.com>
Sat, 15 Sep 2018 23:46:20 +0000 (00:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 15 Sep 2018 23:46:20 +0000 (00:46 +0100)
commit9e594533e2c40f26c19f6d1686a805fa0e8754e6
tree84ed9de27f2fd2a860ddf39b541b14dd1a0a81be
parent13e108abd242c415e1171ae5f896b5f9bf79a3af
sc108: Testing the thunking code on a machine with no common RAM

Instead the banks are pure RAM with a 64K switch but there is a ROM helper to
bootstrap stuff from bank 0 to bank 1.
20 files changed:
Kernel/platform-sc108/Makefile [new file with mode: 0644]
Kernel/platform-sc108/README [new file with mode: 0644]
Kernel/platform-sc108/commonmem.s [new file with mode: 0644]
Kernel/platform-sc108/config.h [new file with mode: 0644]
Kernel/platform-sc108/crt0.s [new file with mode: 0644]
Kernel/platform-sc108/devices.c [new file with mode: 0644]
Kernel/platform-sc108/devtty.c [new file with mode: 0644]
Kernel/platform-sc108/devtty.h [new file with mode: 0644]
Kernel/platform-sc108/discard.c [new file with mode: 0644]
Kernel/platform-sc108/fuzix.lnk [new file with mode: 0644]
Kernel/platform-sc108/ide.c [new file with mode: 0644]
Kernel/platform-sc108/kernel.def [new file with mode: 0644]
Kernel/platform-sc108/main.c [new file with mode: 0644]
Kernel/platform-sc108/platform_ide.h [new file with mode: 0644]
Kernel/platform-sc108/rc2014.h [new file with mode: 0644]
Kernel/platform-sc108/rules.mk [new file with mode: 0644]
Kernel/platform-sc108/sc108.s [new file with mode: 0644]
Kernel/platform-sc108/target.mk [new file with mode: 0644]
Kernel/platform-sc108/tricks.s [new file with mode: 0644]
Kernel/platform-sc108/usermem.s [new file with mode: 0644]