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

[kernel] Fix FAT filesystem adding blocks when seeking past EOF #2167

Merged
merged 1 commit into from
Dec 31, 2024
Merged

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Dec 31, 2024

This PR fixes the recently found issue with the FAT filesystem not properly adding file blocks to a file when seeking past EOF and then writing. The 8086 toolchain linker LD86 does this and would not function properly on FAT filesystems.

Discussed in #2159 (comment) and issued opened with #2166.

The 8086 toolchain now runs properly on FAT and MINIX filesystems.

@ghaerr ghaerr merged commit a0dca9c into master Dec 31, 2024
2 checks passed
@ghaerr ghaerr deleted the fat branch December 31, 2024 19:21
@toncho11
Copy link
Contributor

Wow! Good job! Impressive how fast you fixed that!

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