cromemco: initial draft port
authorAlan Cox <alan@linux.intel.com>
Fri, 6 Apr 2018 18:35:48 +0000 (19:35 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 6 Apr 2018 18:35:48 +0000 (19:35 +0100)
commitac27e0abe130f5d714a9d4c1675673c70007d0dd
tree3b530a13723e6992f766c81bff0e2e4728d57e48
parentf8a13d22ec4ffe63845f2359cd7b501893144d27
cromemco: initial draft port

No floppy driver yet and boot blocks are untested
15 files changed:
Kernel/platform-cromemco/Makefile [new file with mode: 0644]
Kernel/platform-cromemco/README [new file with mode: 0644]
Kernel/platform-cromemco/cloader-16fdc.s [new file with mode: 0644]
Kernel/platform-cromemco/config.h [new file with mode: 0644]
Kernel/platform-cromemco/cromemco.s [new file with mode: 0644]
Kernel/platform-cromemco/crt0.s [new file with mode: 0644]
Kernel/platform-cromemco/devfd.c [new file with mode: 0644]
Kernel/platform-cromemco/devfd.h [new file with mode: 0644]
Kernel/platform-cromemco/devices.c [new file with mode: 0644]
Kernel/platform-cromemco/devtty.c [new file with mode: 0644]
Kernel/platform-cromemco/devtty.h [new file with mode: 0644]
Kernel/platform-cromemco/fuzix.lnk [new file with mode: 0644]
Kernel/platform-cromemco/main.c [new file with mode: 0644]
Kernel/platform-cromemco/target.mk [new file with mode: 0644]
Kernel/platform-cromemco/tricks.s [new file with mode: 0644]