kernel: initial development tree for the Sam Coupe
authorAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:13:43 +0000 (00:13 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:13:43 +0000 (00:13 +0100)
commit72729e8924ebe3c5aee96c3a2e9a888f2116ce65
treea7aef900a16d88b91bd4b83320041fda41061c94
parentc9465c0d879dab35e8df7754c116a9aecac17f34
kernel: initial development tree for the Sam Coupe

This is so that the 32K/32K split code can be developed. This memory model is
actually a lot more complex and different to the existing Z80 models we use.

Don't expect anything runnable for quite some time.
22 files changed:
Kernel/platform-sam/Makefile [new file with mode: 0644]
Kernel/platform-sam/README [new file with mode: 0644]
Kernel/platform-sam/boot.s [new file with mode: 0644]
Kernel/platform-sam/commonmem.s [new file with mode: 0644]
Kernel/platform-sam/config.h [new file with mode: 0644]
Kernel/platform-sam/crt0.s [new file with mode: 0644]
Kernel/platform-sam/devfd.c [new file with mode: 0644]
Kernel/platform-sam/devfd.h [new file with mode: 0644]
Kernel/platform-sam/devices.c [new file with mode: 0644]
Kernel/platform-sam/devlpr.c [new file with mode: 0644]
Kernel/platform-sam/devlpr.h [new file with mode: 0644]
Kernel/platform-sam/devtty.c [new file with mode: 0644]
Kernel/platform-sam/devtty.h [new file with mode: 0644]
Kernel/platform-sam/floppy.s [new file with mode: 0644]
Kernel/platform-sam/fuzix.lnk [new file with mode: 0644]
Kernel/platform-sam/kernel.def [new file with mode: 0644]
Kernel/platform-sam/main.c [new file with mode: 0644]
Kernel/platform-sam/rules.mk [new file with mode: 0644]
Kernel/platform-sam/sam.s [new file with mode: 0644]
Kernel/platform-sam/sam_vt.s [new file with mode: 0644]
Kernel/platform-sam/target.mk [new file with mode: 0644]
Kernel/platform-sam/tricks.s [new file with mode: 0644]