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

feat: kernel virtmem cont #189

Merged
merged 42 commits into from
Dec 29, 2024
Merged

feat: kernel virtmem cont #189

merged 42 commits into from
Dec 29, 2024

Conversation

JonasKruckenberg
Copy link
Owner

This PR improves on the virtual memory management code previously introduced in #158.

  1. We now build the initial kernel address space properly by reserving all regions that have been allocated by the loader stage. This is important for AddressSpace::find_spot to correctly allocate a virtual memory region.
  2. The AddressSpace type has also received initial support for processing a page fault against the address space through AddressSpace::page_fault.

@JonasKruckenberg JonasKruckenberg marked this pull request as draft December 18, 2024 15:35
@JonasKruckenberg JonasKruckenberg changed the title feat: kernel virtmem feat: kernel virtmem cont Dec 19, 2024
@JonasKruckenberg JonasKruckenberg marked this pull request as ready for review December 19, 2024 13:27
@JonasKruckenberg JonasKruckenberg merged commit 94724f7 into main Dec 29, 2024
10 checks passed
@JonasKruckenberg JonasKruckenberg deleted the jonas/feat/kernel-virtmem branch December 29, 2024 09:12
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