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

fix: Remove the MMU copy from the page walker to avoid inconsistency #83

Closed
wants to merge 1 commit into from

Conversation

xusine
Copy link
Contributor

@xusine xusine commented Nov 6, 2024

This PR includes two fixes:

  • It removes the replication of the MMU register states from the page walker, which has been causing problem whenever there is an context switching to another process.
  • It bypasses the translation results coming from the TLB to avoid early crashes due to not implementing of the TLB invalidation.

@branylagaffe branylagaffe deleted the fix/page_walker_mmu_deduplication branch November 28, 2024 13:40
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