davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
270 stars 24 forks source link

Sorbus port rebase #89

Closed BensonRSI closed 10 months ago

BensonRSI commented 10 months ago

port to sorbus system : https://xayax.net/sorbus/ working with DMA on a flash-filesystem, which gives real improvement in access and speed . Also included a x-modem receiver which works on AUX devices. On Sorbus this is the serial-interface, without character translation ( CR/LF off) , so you can push binaries over your terminal to the filesystem.

davidgiven commented 10 months ago

That's merged, thanks! However, I could use some installation and usage instructions to go into the README.

BensonRSI commented 9 months ago

Hi David, i talked to SvOlli, he will extend the Readme and provide some installation-instructions.

Cheers, Olli

Am 20.12.23 um 21:30 schrieb David Given:

That's merged, thanks! However, I could use some installation and usage instructions to go into the README.

— Reply to this email directly, view it on GitHub https://github.com/davidgiven/cpm65/pull/89#issuecomment-1865097911, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABT6KCZFI6FQNKT5CQJNND3YKNDHDAVCNFSM6AAAAABA35EAXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRVGA4TOOJRGE. You are receiving this because you authored the thread.Message ID: @.***>

davidgiven commented 9 months ago

Done --- thanks!