Contents
Commands[edit | edit source]
Some typical CP/M utilities:
Command | DOS, OS/2, Windows | Unix, Unix-like |
---|---|---|
AUTO | AUTOEXEC.BAT | ~/.profile or ~/.login or /etc/rc* |
PIP | copy | cp |
DIR | dir | ls |
program | program | program |
TYPE file | type file | cat |
USER # | CD | cd ? |
DDT | debug | name of debugger? |
- Note USER doesn't require a password like login does. Also USER could be argued to be something more like changing a directory.
- PIP - The big difference between copy and cp and PIP is that PIP can be executed without parameters, but when doing this, a blank prompt comes up. Also to copy files between user areas, a user would have to know the hexadecimal locations of the file on the drive, however for copying between drives a pip a: b: would work.
Digital Research versions[edit | edit source]
CP/M-80[edit | edit source]
1.0[edit | edit source]
CP/M 1.x There is a known copy of source code released on 08/15/1978. Also there is a manual at Bitsavers for CP/M 1.4 dated 1980.
2.0[edit | edit source]
Both version 2.0 and 2.2 were major releases. The second most common release seems to be CP/M 2.2.
3.0[edit | edit source]
CP/M-68K[edit | edit source]
This is the 68000 port.
CP/M-8000[edit | edit source]
This version was released for the Olivetti 8000 machines.
CP/M-86[edit | edit source]
CP/M-86 is the 8086 port of CP/M. It was originally designed for XT compatible PCs, but later a patch was made to make it run on AT-compatible machines.
Personal CP/M[edit | edit source]
Structure of CP/M[edit | edit source]
XIOS[edit | edit source]
The XIOS is the hardware lair.
BDOS[edit | edit source]
The BDOS seems to be similar in function to a kernal.
References[edit | edit source]
- ↑ CP/M 2.2 users guide published by Digital Research
CP/M and CP/M-like operating systems |
Digital Research: CP/M • MP/M • CP/M-86 Concurrent CP/M • Personal CP/M • CP/NET • DOS Plus Robotron: CP/A • SCP |
Community content is available under CC-BY-SA unless otherwise noted.