trs80load: TRS80 loader
authorAlan Cox <alan@linux.intel.com>
Thu, 18 Dec 2014 00:53:20 +0000 (00:53 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 18 Dec 2014 00:53:20 +0000 (00:53 +0000)
commitf6177726d0facab284a8cff27b91b70d48ca8f2f
tree434509bf57b7c13cda4b371eaa1aa138b176acce
parent86ab1a6f9de83a9e20d91416966e3d0d92428110
trs80load: TRS80 loader

Assumes single sided double density disk. Sets up the memory map, moves itself
to 0x00-0xff and then loads the kernel at 0x100 before running it.
Kernel/platform-trs80/trs80load.s [new file with mode: 0644]