FAT Driver#24
Merged
Merged
Conversation
…rsing, and some other helper functions/macros. Note: This is untested VFS: Fix bugs with partition block devices. Note: This is untested
Drv: Export some more functions. Implement --load-modules when an InitRD is specified. Other: Fix bugs with partitions AHCI: Fix a bug with the algorithm used to populate the PRDT. Mm: Fix a use-after free
Core: Fixes a bug in WaitOnObject which caused hanging. Core: Fix a bug with mutexes. Temporarily adds a mount call in the partition prober. Some other changes as well.
FAT: Implement FAT table parsing. TODO: Make read_sync use the FAT cluster chains. Vfs: A lot of bug fixes related to page caches, reading, and writing. klog.c: Fix file header to say oboskrnl/klog.c instead of klog.h Fat: Rename driver to slowfat, as a parody of 'fastfat', Window's FAT driver. NOTE: This commit is very buggy, and it is likely to have a lot of code that will be changed drastically in upcoming commits.
FAT: Some bug fixes
Drv: Add a truncate file callback. Misc: Fix a typo in OBOS_PartProbeDrive FAT: Fix a bug with writing. AHCI: Fix a bug with populate_physical_regions.
Mm: Make reserved pages not count towards any stats but the 'reserved' stat.
…to its own function.
…ey're supposed to be followed (e.g., read_sync). Implement LFN entry creation. Implement 8.3 filename creation from a long node.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements a FAT driver, and also fixes many bugs in the VFS (mostly related to the pagecache).