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

added fat16/32 superblock detection #15

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

cameronbraid
Copy link
Contributor

@cameronbraid cameronbraid commented Feb 13, 2025

I implemented fat16/32 support using ext4 as an example, and some hints from the linux kernel inode for detecting bit count

Not sure about how to do fat12 detection.

Ideally I would use rust union, which zerocopy is working on google/zerocopy#1792, however for this I implemented it without a union to avoid making --cfg change

@ikeycode
Copy link
Member

love it ty ty

@ikeycode ikeycode merged commit 0e8e8f6 into AerynOS:main Feb 19, 2025
3 checks passed
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.

2 participants