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

Memory protection #25

Merged
merged 3 commits into from
Jul 31, 2023
Merged

Memory protection #25

merged 3 commits into from
Jul 31, 2023

Conversation

robotman2412
Copy link
Member

  • Adds protections against writing to read-only physical memory
  • Adds protections against null pointers by making the upper and lower 256MiB inaccessible
  • Adds default memory permissions to userland

@robotman2412 robotman2412 merged commit c500a9f into main Jul 31, 2023
5 of 6 checks passed
@robotman2412 robotman2412 deleted the memprotection branch July 31, 2023 21:48
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