ubee: initial bits cloned from the TRS80 to begin a Microbee 128/256/512 port
authorAlan Cox <alan@linux.intel.com>
Sun, 21 Dec 2014 17:55:15 +0000 (17:55 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 21 Dec 2014 17:55:15 +0000 (17:55 +0000)
commit503b7d93d187e911ca2982e2525c3ca5452dbdd9
treea4aa30cac0023930ca94925450bd167b055b36ac
parentd4826dfe7e83eb7f5f55a092b97566355701d1f2
ubee: initial bits cloned from the TRS80 to begin a Microbee 128/256/512 port
17 files changed:
Kernel/platform-ubee/Makefile [new file with mode: 0644]
Kernel/platform-ubee/README [new file with mode: 0644]
Kernel/platform-ubee/config.h [new file with mode: 0644]
Kernel/platform-ubee/devfd.c [new file with mode: 0644]
Kernel/platform-ubee/devfd.h [new file with mode: 0644]
Kernel/platform-ubee/devhd.c [new file with mode: 0644]
Kernel/platform-ubee/devhd.h [new file with mode: 0644]
Kernel/platform-ubee/devices.c [new file with mode: 0644]
Kernel/platform-ubee/devlpr.c [new file with mode: 0644]
Kernel/platform-ubee/devlpr.h [new file with mode: 0644]
Kernel/platform-ubee/devtty.c [new file with mode: 0644]
Kernel/platform-ubee/devtty.h [new file with mode: 0644]
Kernel/platform-ubee/floppy.s [new file with mode: 0644]
Kernel/platform-ubee/kernel.def [new file with mode: 0644]
Kernel/platform-ubee/main.c [new file with mode: 0644]
Kernel/platform-ubee/ubee.s [new file with mode: 0644]
Kernel/platform-ubee/uzi.lnk [new file with mode: 0644]