coco2/dragon64: Initial 64K RAM port tree
authorAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 21:33:12 +0000 (22:33 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 21:33:12 +0000 (22:33 +0100)
commit58a50b9b0d2c2f67d5cc00ae0f9999d9bfa4abf4
treeb3ea8c638ce64864d9e0df086d244ddc251b038a
parentf3d57154d8dc6111be892b2f5925e6cb4e79b905
coco2/dragon64: Initial 64K RAM port tree

This isn't a working tree yet, but once it is will replace the ROM replacement
hack tree.
27 files changed:
Kernel/platform-coco2/Makefile [new file with mode: 0644]
Kernel/platform-coco2/README [new file with mode: 0644]
Kernel/platform-coco2/carts.h [new file with mode: 0644]
Kernel/platform-coco2/coco2.s [new file with mode: 0644]
Kernel/platform-coco2/commonmem.s [new file with mode: 0644]
Kernel/platform-coco2/config.h [new file with mode: 0644]
Kernel/platform-coco2/crt0.s [new file with mode: 0644]
Kernel/platform-coco2/devfd.h [new file with mode: 0644]
Kernel/platform-coco2/device.h [new file with mode: 0644]
Kernel/platform-coco2/devices.c [new file with mode: 0644]
Kernel/platform-coco2/devlpr.c [new file with mode: 0644]
Kernel/platform-coco2/devlpr.h [new file with mode: 0644]
Kernel/platform-coco2/devtty.c [new file with mode: 0644]
Kernel/platform-coco2/devtty.h [new file with mode: 0644]
Kernel/platform-coco2/discard.c [new file with mode: 0644]
Kernel/platform-coco2/drivewire.s [new file with mode: 0644]
Kernel/platform-coco2/dw.def [new file with mode: 0644]
Kernel/platform-coco2/fuzix.link [new file with mode: 0644]
Kernel/platform-coco2/ide.s [new file with mode: 0644]
Kernel/platform-coco2/kernel.def [new file with mode: 0644]
Kernel/platform-coco2/libc.c [new file with mode: 0644]
Kernel/platform-coco2/main.c [new file with mode: 0644]
Kernel/platform-coco2/mini_ide.c [new file with mode: 0644]
Kernel/platform-coco2/mini_ide.h [new file with mode: 0644]
Kernel/platform-coco2/mini_ide_discard.c [new file with mode: 0644]
Kernel/platform-coco2/target.mk [new file with mode: 0644]
Kernel/platform-coco2/tricks.s [new file with mode: 0644]