Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-21 | arch: i386: paging: do the recursive paging trick | Danny Holman | |
Map the page directory to the last page table. This allows the kernel to access every page table on the system from the address 0xFFC00000 plus an offset. Signed-off-by: Danny Holman <dholman@gymli.org> |