You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.