Hi all,
Slightly off topic...
I've been trying to extend the Flexible Co Processor (see
Matchbox sized 6502 / Z80 / 6809 Co Pro) to include an x86 core. This should allow it to mimic an Acorn Master 512 system, and run DOS PLUS and GEM.
I'm currently using the "zet" core:
http://zet.aluzina.org/forums/index.phpI've made some headway with this project over the Christmas break:
Attachment:
IMG_0780.JPG [ 284.95 KiB | Viewed 596 times ]
This is it trying to boot DOS PLUS. For it to get this far, quite a lot is working!
For some reason, it's now trying to seek to track 155 on the floppy disk.
I'm really struggling to debug this, due to the limited IO capabilities, and was thinking of stepping back and trying to do some more basic verification of the CPU (as I have already found bugs in the PUSHA/POPA instructions, and there may be more lurking).
Is anyone aware of any test suites for x86 processors? I was looking for something similar to that written by Klaus Dormann for the 6502, which I have found incredibly useful.
Dave