Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDFileSystem #22

Merged
merged 4 commits into from
Nov 12, 2023
Merged

CDFileSystem #22

merged 4 commits into from
Nov 12, 2023

Conversation

reinauer
Copy link
Member

  • Improve CDFileSystem support
  • Add conforming CDFS ID string

- Adds support for loading a filesystem without the need for a
  resident struct.
- Factor out debugging functions from the mounter code finding CDFS:
  scan_filesystems --> list_filesystems & find_cdfs
- Properly Forbid/Permit when operating on FileSystemEntries
If we are not loading CDFS through the resident rt_Init code, we need to
provide our own creator name. Make it follow the conventions of the other
filesystem drivers.
Don't hard code 0x43443031 but instead use what the FileSysEntry
tells us.
When reading blocks with a specific ID (e.g. blocks that are part of
the RDB) we want to verify the checksums. But if we are reading random
blocks off the disk, they might or might not use the same checksumming
mechanism. Hence don't calculate/verify the checksum for them.
@reinauer reinauer merged commit 41c436d into A4091:main Nov 12, 2023
1 check passed
@reinauer reinauer deleted the CDFileSystem branch November 23, 2023 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant