Skip to content

a369d93

Choose a tag to compare

@github-actions github-actions released this 06 Oct 19:00
· 15 commits to main since this release
Refactor FAT32 VFS operations and enhance IDE functionality

- Updated FAT32 VFS to support file operations including open, read, write, create, remove, mkdir, and rmdir.
- Improved error handling and logging for file operations.
- Enhanced directory reading to include "." and ".." entries.
- Added support for writing sectors in the IDE driver.
- Introduced quiet mode for error logging in IDE functions to reduce noise during probing.
- Added outw function for outputting words to ports in port I/O.
- Refactored the editor to work with VFS for file handling, allowing for proper file reading and writing.
- Updated the editor to handle paths instead of filenames and improved memory management for file data.
- Updated test FAT32 image to reflect changes.