DOSBox fails to 'dir' root directories #36

Closed
opened 2024-03-10 20:03:35 +01:00 by Sweetbread · 1 comment
Owner

DOSBox 'dir' command doesn't work since r6868, details on the screenshots.
This is because of changed return code of sysfn70.5 (GetFIleInfo) for root dirs (e.g. /hd0/1/).
If you change return code of sysfn70.5 for root dirs from 0 to 2 (as it was before r6868), DOSBox will 'dir' correctly.

Steps to reproduce:

  1. Boot KolibriOS with HDD attached, run DOSBox.
  2. > mount c /hd0/1/
  3. > C:
  4. > dir

dunkaist

DOSBox 'dir' command doesn't work since r6868, details on the screenshots. This is because of changed return code of sysfn70.5 (GetFIleInfo) for root dirs (e.g. /hd0/1/). If you change return code of sysfn70.5 for root dirs from 0 to 2 (as it was before r6868), DOSBox will 'dir' correctly. **Steps to reproduce**: 1. Boot KolibriOS with HDD attached, run DOSBox. 2. \> mount c /hd0/1/ 3. \> C: 4. \> dir --- *dunkaist*
Sweetbread added the
HLL
FS
Kernel
Reviewed
Confirmed
Kind
Bug
Priority
Medium
C
labels 2024-03-10 20:03:35 +01:00
Sweetbread added the
Category/Kernel
label 2024-03-10 21:49:06 +01:00
Owner

fixed oin port DOSBox 0.74-3

fixed oin port DOSBox 0.74-3
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#36
No description provided.