-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestfilesystemgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: high
Milestone
Description
The current FAT12 driver in OpenDOS is not working correctly:
- It does not display the contents of the root directory or subdirectories.
- It is unclear whether it can read or write files properly.
Goal:
Fix the FAT12 driver so that files can be safely read, written, and listed.
Tasks:
- Verify reading of the root directory and subdirectories.
- Fix reading/writing of files to ensure data integrity.
- Add simple test programs: create a file, write text, read it back.
Why this is important:
-
A working FAT12 driver is essential for future features:
- Executing user programs
- Basic file utilities (
ls,cat, etc.)
Who can do this:
- Intermediate contributors familiar with C and low-level I/O.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfilesystemgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority: high