A BIOS and build scripts for installing CP/M 2.2 on an SD card for the Z80 Retro! board.
Since incorporating the use of submodules, the process of 'getting everything' requires a command that will recursively download all of the parts like this:
git clone --recurse-submodules https://github.com/Z80-Retro/2063-Z80-cpm.git
or, if you use ssh (useful if you want to push changes to a repo to make a pull request):
git clone --recurse-submodules git@github.com:Z80-Retro/2063-Z80-cpm.git
A discussion of how to partition an SD card for the Retro! board can be found in ./README-SD.md
Be sure to also read the details on how to install filesystems onto your SD card.
See the code in ./hello to create a program that will load and run from the SD card.
After the clarification of the Digital Research Inc. license in 2022 on the use and distribution of CP/M, all of the files needed to build and run CP/M on the Retro have been made available on github in the Z80-Retro/cpm-2.2 repo.
The CP/M source, utilities, and manuals were collected from the The Unofficial CP/M Web site in 2023:
See ./retro for details on assembling and installing CP/M onto an SD card.
Individual manual booklets (for the purists):
The PC parallel printer interface port pinout and signal meanings
The Humongous CP/M Software Archives
Good stuff from someone writing a BIOS for a retro project with a nice story about what can happen if you don't carefully read the Alteration Guide first!
A discussion of CP/M internal basics
A simulator that looks impressive: