Konamiman / Nextor

A disk operating system for MSX computers, forked from MSX-DOS 2.31
Other
183 stars 33 forks source link

DOS1 mode reports "Disk I/O error" instead of "Disk offline" before any media is inserted #13

Closed sdsnatcher closed 10 months ago

sdsnatcher commented 5 years ago

Tested on Nextor 2.0.5-beta1

Before any media is inserted, DOS1 on BASIC will report "Disk I/O error" instead of "Disk offline".

Steps to reproduce:

1) Boot the MSX without any media on the drive while holding the "1" key, to force the DOS1 mode 2) Type the command FILES on the BASIC prompt

3) Insert a media in the drive and type FILES

4) Remove the media from the drive and type FILES

*1: It doesn't make any difference if LUN_INFO reports a missing media by returning A=1 (LUN not available), or A=0 with the unknown fields set to zero (meaning not available).

Konamiman commented 10 months ago

Hi, I'm unable to reproduce this in Nextor 2.1.1. Since you report that you tested on Nextor 2.0.5, I'll assume that the issue is fixed by now. Please feel free to comment back if you are still able to reproduce the issue when using the latest Nextor kernel version.