Re: CP/M for the 6502!
Posted: Fri Oct 07, 2022 10:04 pm
plasmo wrote:
Impressive progress, floobydust. I’ve gotten absolutely nowhere trying to understand the inner working of CC65, BDOS, CCP, BIOS. They are too abstract for my simple-minded thought process. I think I’ll have better luck emulating your C02 pocket SBC hardware then following your progress implementing CPM65 on your C02 pocket SBC. Yep, in fact that’s what I’ll do.
Bill
Bill
It was a bit of a shotgun process... installed all of the listed tools, then started finding the missing pieces to rebuild and install llvm-mos, then find and install the missing bits to get cpm65 to build.
I'm putting together a small parts list now (Mouser) and will make some modifications to my 3.3V prototype setup. That will extend the memory by putting in a larger SRAM and changing the config on the '22V10 PLD. Once that's done, I'll modify the BIOS to allow a boot profile from the Microdrive. I'll probably use a standard partition record format and then a custom boot block that will load a BIOS stub that acts as a layer between my existing BIOS and what BDOS requires. Once that's done, it's just a load of BDOS and CCP... hopefully
In any case, It will be a little while before I get to that point. I'll post progress of course.