ivanizag / iz-cpm

Portable CP/M emulation to run CP/M 2.2 binaries for Z80
BSD 3-Clause "New" or "Revised" License
87 stars 11 forks source link

the file commander dont work #10

Closed dddfffggg777 closed 1 year ago

dddfffggg777 commented 1 year ago

http://www.ac1-info.de/galerie/poppe_heiko/fc08.zip image

ivanizag commented 1 year ago

That is expected. iz-cpm aim is to re-implement CP/M at the BDOS level on top of a modern OS. The BIOS, specially the block level access to the disks, is not emulated. There are no CP/M disk structures being used.

BIOS command 9 is SELDSK to select a physical disk and retrieve the Disk Parameter Header. There is no such thing on iz-cpm.