Skip to content

Update to avoid modifying the FCB when file open/made #237

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

Merged
merged 1 commit into from
May 29, 2025
Merged

Conversation

skx
Copy link
Owner

@skx skx commented May 29, 2025

We've moved to storing the cache of the open files on the host-side using a key based on the filename. This means that we no longer modify the Al[0] and Al[1] members of the FCB in-ram..

This closes #236 by making the caching an internal-detail, rather than something that guest-binaries could notice (via the changes to Al).

We've moved to storing the cache of the open files on the host-side
using a key based on the filename.  This means that we no longer
modify the Al[0] and Al[1] members of the FCB in-ram..

This closes #236 by making the caching an internal-detail, rather than
something that guest-binaries could notice (via the changes to Al).
@skx skx merged commit c9cdd10 into master May 29, 2025
1 check passed
@skx skx deleted the 236-cache branch May 29, 2025 14:46
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.

Use filenames for caching, not FCB Addresses
1 participant