I have set up physical memory management in my kernel, and wish to setup a page table. I have setup the following structs
https://pastebin.com/3pz23BDA. How do I identity map it?
Edit: I am using limine, which i have heard sets up identity mapping for you. do i even need to do vmm?
How to do identity mapping?
-
- Member
- Posts: 5768
- Joined: Mon Mar 25, 2013 7:01 pm
Re: How to do identity mapping?
...Set up page tables where the virtual and physical addresses are equal? You might have to explain the problem in a bit more detail if that doesn't answer your question.
You do if you ever want to use something other than identity mapping.ApplePieCodes wrote: ↑Tue Apr 15, 2025 10:34 amEdit: I am using limine, which i have heard sets up identity mapping for you. do i even need to do vmm?
-
- Posts: 6
- Joined: Mon Apr 14, 2025 11:58 am
Re: How to do identity mapping?
I guess I'll just leave it as limine set it then