zx evolution: initial port sketch
authorAlan Cox <alan@linux.intel.com>
Fri, 11 Jan 2019 00:45:57 +0000 (00:45 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 11 Jan 2019 00:45:57 +0000 (00:45 +0000)
commit3dc0d85792cb0b04aa767c9ee48c8f42dc63920d
tree21b9d4e563c4cd2c235d6aecfe6be26cda39fdca
parent715d70bf8e81a4de20e76aeec122d851437c9b05
zx evolution: initial port sketch

Whilst quite different to tbblue in some ways it's useful to be thinking about
both at the same time.

This is for baseconf. tsconf might be even more interesting ?
17 files changed:
Kernel/platform-zxevo/Makefile [new file with mode: 0644]
Kernel/platform-zxevo/README [new file with mode: 0644]
Kernel/platform-zxevo/commonmem.s [new file with mode: 0644]
Kernel/platform-zxevo/config.h [new file with mode: 0644]
Kernel/platform-zxevo/crt0.s [new file with mode: 0644]
Kernel/platform-zxevo/devices.c [new file with mode: 0644]
Kernel/platform-zxevo/devtty.c [new file with mode: 0644]
Kernel/platform-zxevo/devtty.h [new file with mode: 0644]
Kernel/platform-zxevo/discard.c [new file with mode: 0644]
Kernel/platform-zxevo/fuzix.lnk [new file with mode: 0644]
Kernel/platform-zxevo/kernel.def [new file with mode: 0644]
Kernel/platform-zxevo/main.c [new file with mode: 0644]
Kernel/platform-zxevo/platform_ide.h [new file with mode: 0644]
Kernel/platform-zxevo/target.mk [new file with mode: 0644]
Kernel/platform-zxevo/tricks.s [new file with mode: 0644]
Kernel/platform-zxevo/video.s [new file with mode: 0644]
Kernel/platform-zxevo/zxevo.s [new file with mode: 0644]