• Please review our updated Terms and Rules here

Best DOS for each model

CP/M-68k Hard disk driver, anyone?

;)

The beauty of that is that you've already written the core of it, since the 16's Z80 has to do all I/O. The 68000 has no way of directly controlling any of the hardware; the Z80 must do it all. So a hard disk driver for CP/M 68K on the 16 would actually be Z80 code, with an interfacing shared-memory shim between the 68K and the Z80.
 
The beauty of that is that you've already written the core of it, since the 16's Z80 has to do all I/O. The 68000 has no way of directly controlling any of the hardware; the Z80 must do it all. So a hard disk driver for CP/M 68K on the 16 would actually be Z80 code, with an interfacing shared-memory shim between the 68K and the Z80.

Actually since CP/M-68K runs on top of Z80 CP/M there may be almost no work to do.
 
Back
Top