Egregoros

Signal feed

Timeline

Post

Remote status

Context

7

Replies

13

so the difference with the MFM dump is that it includes spare empty sectors that are skipped by the 9133A drive controller. looks like each track only has 31 sectors with 1 spare, totaling 32. a little confused about the initial offset of 0x1e00 for the first spare sector. the next spare sectors are at 0x3d00 and 0x5c00.

you might be wondering what those weird 3 1/2" disks were for: it is this very odd beast, the HP 125. this is a dual processor CP/M machine that uses Z80s. one of them is the main CPU and the other runs the terminal I/O!

the form factor is super weird. it, along with the 2621 terminal, were known as the "Alien Heads."

exit to the welcome screen, and then select UTILITIES and then COPY. hit CHANGE COPY until the selection says SYSTEM (not ALL or DATA). select the source drive as A and the destination drive as E. this copies the CP/M operating system to the hard drive.

however, the basic install of CP/M doesn't include any utilities other than the build in commands, so you'll need to go E:PIP A:=E:PIP.COM to copy the PIP program to the hard drive, which you'll use to copy more programs. then you can repeat this for any other utilities you want on the hard drive, like FORMAT, STAT, COPY, SUBMIT, XSUB, or the other software that HP released.