DOSBox fails to 'dir' root directories #36

Open
opened 2024-03-10 20:03:35 +01:00 by Sweetbread · 0 comments
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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#36
No description provided.