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

correction for item at offset 76 #235

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions IMAGE_FORMATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ The new format also support a few new features and has some flexibility for futu
| 36 | 16 | File system's type
| 52 | 8 | File system's total size
| 60 | 8 | File system's total block count
| 68 | 8 | File system's used block count
| 76 | 8 | Bitmap's size, in bytes
| 68 | 8 | File system's used block count based on super-block
| 76 | 8 | File system's used block count based on bitmap
| 84 | 4 | File system's block size
| 88 | 4 | Size of feature section
| 92 | 2 | Image version, in binary: 0x0002
Expand Down