Konamiman / Nextor

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

_FDISK freezes if DEV_RW returns an error on its first call #5

Closed sdsnatcher closed 4 years ago

sdsnatcher commented 5 years ago

As the title says, CALL FDISK freezes just after the device selection screen if DEV_RW returns an error on the first time it is called.

Konamiman commented 5 years ago

What do you mean by "the first time it is called"? The absolute first time after system boot? Or the first time after FDISK starts? I have tested with a modified driver that always returns error on DEV_RW, but FDISK doesn't hang.

Konamiman commented 4 years ago

I'm closing this since it's over one year old, I can't reproduce it and nobody else reported it. I'll reopen if you can provide further information.