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

When running x86 code, ignore accesses to the first 64k of RAM. #53

Open
andreiw opened this issue May 3, 2024 · 0 comments
Open

When running x86 code, ignore accesses to the first 64k of RAM. #53

andreiw opened this issue May 3, 2024 · 0 comments

Comments

@andreiw
Copy link
Contributor

andreiw commented May 3, 2024

          Another mechanism could be to simply ignore reads/writes to bottom 64k, going on the theory this isn't the first or the last bit of code that accidentally scribbles something around address 0. Something like that could be opt-in, but enabled by default for running x86 code.

Originally posted by @andreiw in #48 (comment)

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

No branches or pull requests

1 participant