tiny68K; just an initial commit
authorAlan Cox <alan@linux.intel.com>
Wed, 16 Jan 2019 22:19:01 +0000 (22:19 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 16 Jan 2019 22:19:01 +0000 (22:19 +0000)
commit432df6abd61b07916bcaee43788360330a682d2b
tree38bfa6be2a6c6b5cb717ff4fead541fb735ecf8b
parent51e3b098cf237956fc17ffe0bfd7d331bbcb0ee8
tiny68K; just an initial commit
17 files changed:
Kernel/platform-tiny68k/Makefile [new file with mode: 0644]
Kernel/platform-tiny68k/README [new file with mode: 0644]
Kernel/platform-tiny68k/config.h [new file with mode: 0644]
Kernel/platform-tiny68k/crt0.S [new file with mode: 0644]
Kernel/platform-tiny68k/device.h [new file with mode: 0644]
Kernel/platform-tiny68k/devices.c [new file with mode: 0644]
Kernel/platform-tiny68k/devtty.c [new file with mode: 0644]
Kernel/platform-tiny68k/devtty.h [new file with mode: 0644]
Kernel/platform-tiny68k/fuzix.ld [new file with mode: 0644]
Kernel/platform-tiny68k/libc.c [new file with mode: 0644]
Kernel/platform-tiny68k/loader.S [new file with mode: 0644]
Kernel/platform-tiny68k/loader.ld [new file with mode: 0644]
Kernel/platform-tiny68k/main.c [new file with mode: 0644]
Kernel/platform-tiny68k/p68000.S [new file with mode: 0644]
Kernel/platform-tiny68k/platform_ide.h [new file with mode: 0644]
Kernel/platform-tiny68k/target.mk [new file with mode: 0644]
Kernel/platform-tiny68k/tricks.S [new file with mode: 0644]