https://hackaday.io/project/20552-cpm-8266
https://github.com/SmallRoomLabs/cpm8266
https://github.com/SmallRoomLa…266/blob/master/README.md
https://gojimmypi.blogspot.com…-emulator-for-cpm-on.html
QuoteDisplay MoreThis is my attempt to run CP/M 2.2 for Z80 softwares on an ESP8266. The CP/M machine have 64K RAM, 15 floppy drives @ 250KB and an autobauding serial port as a console device.
Since the ESP8266 only have 96KB of Data RAM and even when using the "NONOS-SDK from Espressif the free heap, after the WIFI & TCP/IP stacks are loaded, is less than 48KB which was my minimum goal for CP/M RAM.
Luckily the nosdk8266 project from cnlohr solves the RAM issue. By using the it I get > 80KB of heap which is more than enough for the 64KB RAM in the Emulator. But this comes with a cost - no wifi. Not really a showstopper for me, but it would have been nice to be able to just Telnet into the CP/M machine to connect to the emulated terminal.
But not all hope is lost for those who want wifi and telnet - I'm currently patching in