68000: very initial pieces to work on a first 680x0 port
authorAlan Cox <alan@linux.intel.com>
Fri, 30 Jan 2015 00:20:34 +0000 (00:20 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 30 Jan 2015 00:20:34 +0000 (00:20 +0000)
commitad17f69f5f0afad42ae7a6cddf156da9bd498f25
tree9d7a2f51b1c68b5f730087be65649653db5f7dee
parent78a0d4ff4c72e58f4925d9103a980841b5c2b5a0
68000: very initial pieces to work on a first 680x0 port

This is at the 'gee it compiled' stage.
18 files changed:
Kernel/platform-atarist/Makefile [new file with mode: 0644]
Kernel/platform-atarist/README [new file with mode: 0644]
Kernel/platform-atarist/config.h [new file with mode: 0644]
Kernel/platform-atarist/crt0.S [new file with mode: 0644]
Kernel/platform-atarist/devfd.c [new file with mode: 0644]
Kernel/platform-atarist/devfd.h [new file with mode: 0644]
Kernel/platform-atarist/device.h [new file with mode: 0644]
Kernel/platform-atarist/devices.c [new file with mode: 0644]
Kernel/platform-atarist/devlpr.c [new file with mode: 0644]
Kernel/platform-atarist/devlpr.h [new file with mode: 0644]
Kernel/platform-atarist/devlpr.s [new file with mode: 0644]
Kernel/platform-atarist/devtty.c [new file with mode: 0644]
Kernel/platform-atarist/devtty.h [new file with mode: 0644]
Kernel/platform-atarist/kernel.def [new file with mode: 0644]
Kernel/platform-atarist/libc.c [new file with mode: 0644]
Kernel/platform-atarist/main.c [new file with mode: 0644]
Kernel/platform-atarist/p68000.S [new file with mode: 0644]
Kernel/platform-atarist/tricks.S [new file with mode: 0644]