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

ADDFILE should never make first block sparse #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

inexorabletash
Copy link
Contributor

When checking if a file block can be sparse (i.e. not actually allocated on disk), ensure the test always fails for the first block of the file, as this would violate the ProDOS file system specification, and makes ProDOS-8 unhappy.

Additionally, when loading a volume, log if files are encountered that have sparse first blocks.

#42

inexorabletash and others added 2 commits July 22, 2024 08:33
When checking if a file block can be sparse (i.e. not actually
allocated on disk), ensure the test always fails for the first
block of the file, as this would violate the ProDOS file system
specification, and makes ProDOS-8 unhappy.

Additionally, when loading a volume, log if files are encountered
that have sparse first blocks.

mach-kernel#42
Copy link
Owner

@mach-kernel mach-kernel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pardon the delay, thank you! I will cut a new tag and upload bins when I get a spare moment or two 😸

@inexorabletash
Copy link
Contributor Author

Quick ping on this

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