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

Map video memory to mapping area #108

Merged
merged 4 commits into from
Jan 12, 2025
Merged

Map video memory to mapping area #108

merged 4 commits into from
Jan 12, 2025

Conversation

phaubertin
Copy link
Owner

  • Create a dedicated region of kernel virtual memory for permanent mappings.
  • Map text video memory there instead of the current hack of allocating mapped pages and then remapping those pages.

This is done in preparation for local APIC support: the APIC's memory-mapped registers will be mapped in this region as well. This will likely also be useful to map ACPI tables.

@phaubertin phaubertin marked this pull request as ready for review January 12, 2025 04:41
@phaubertin phaubertin merged commit 95f1aba into main Jan 12, 2025
2 checks passed
@phaubertin phaubertin deleted the feature_mapping_area branch January 12, 2025 04:45
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.

1 participant