Virtual Memory Management is complete! (for now)
I’ve added methods for mapping pages and VMA together. I’ve also improved the kernel VMA granularity and added a kernel paging remap step to mm_init() which applies the kernel VMA permissions to the kernel pages. This is only intermediate until I switch to the linux boot protocol.
Next up, I’ll be adding a (very basic) ELF loader!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.