mtx512: Initial port code
authorAlan Cox <alan@linux.intel.com>
Sat, 13 Dec 2014 22:49:38 +0000 (22:49 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 13 Dec 2014 22:49:38 +0000 (22:49 +0000)
commit198381d92c2ca688668c6131c643a831e23d9d01
tree9b578d9b2dee86462de77fa067cac329820a8140
parent4e5c40816a46de779e396daaf6e8b867026616a1
mtx512: Initial port code

Not yet bootable.

Still to complete:
CTC setup
DART serial ports
CP/M tools scripts to spit out a memotech floppy disk
21 files changed:
Kernel/platform-mtx/Makefile [new file with mode: 0644]
Kernel/platform-mtx/README [new file with mode: 0644]
Kernel/platform-mtx/commonmem.s [new file with mode: 0644]
Kernel/platform-mtx/config.h [new file with mode: 0644]
Kernel/platform-mtx/crt0.s [new file with mode: 0644]
Kernel/platform-mtx/devfd.c [new file with mode: 0644]
Kernel/platform-mtx/devfd.h [new file with mode: 0644]
Kernel/platform-mtx/devices.c [new file with mode: 0644]
Kernel/platform-mtx/devlpr.c [new file with mode: 0644]
Kernel/platform-mtx/devlpr.h [new file with mode: 0644]
Kernel/platform-mtx/devsil.c [new file with mode: 0644]
Kernel/platform-mtx/devsil.h [new file with mode: 0644]
Kernel/platform-mtx/devtty.c [new file with mode: 0644]
Kernel/platform-mtx/devtty.h [new file with mode: 0644]
Kernel/platform-mtx/floppy.s [new file with mode: 0644]
Kernel/platform-mtx/kernel.def [new file with mode: 0644]
Kernel/platform-mtx/main.c [new file with mode: 0644]
Kernel/platform-mtx/mtx.s [new file with mode: 0644]
Kernel/platform-mtx/tricks.s [new file with mode: 0644]
Kernel/platform-mtx/uzi.lnk [new file with mode: 0644]
Kernel/platform-mtx/vdp.s [new file with mode: 0644]