cromemco: further updates - gets us to the boot prompt
authorAlan Cox <alan@linux.intel.com>
Mon, 10 Dec 2018 15:26:51 +0000 (15:26 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 10 Dec 2018 15:26:51 +0000 (15:26 +0000)
commitce51de398100c2bf093e019cb08d279978b06c21
tree7ac217a30f8862e9280fc84b875977516f2f9180
parent89985b6ead310a4aff5fe0dc79bc17579f442096
cromemco: further updates - gets us to the boot prompt

The tty interfacing via IM2 mode is a bit hackish for now. Unfortunately because
the emulation of the tu-art in Z80pack is currently extremely buggy we are
basically forced to use IM2.

Eventually we want to do IM2 properly anyway. The entire system is built around
a design that has proper interrupt handling.

With these changes sorted interrupts now work, and you can fail to find a root
file system. Next task is getting the fdc and root fs working.
Kernel/platform-cromemco/Makefile
Kernel/platform-cromemco/README
Kernel/platform-cromemco/cromemco.s
Kernel/platform-cromemco/devtty.c
Kernel/platform-cromemco/fuzix.lnk
Kernel/platform-cromemco/interrupt.c [new file with mode: 0644]
Kernel/platform-cromemco/irq.h [new file with mode: 0644]
Kernel/platform-cromemco/main.c
Kernel/platform-cromemco/rules.mk [new file with mode: 0644]
Kernel/platform-cromemco/usermem.s [new file with mode: 0644]
Kernel/platform-cromemco/vector.s [new file with mode: 0644]