summaryrefslogtreecommitdiff
path: root/arch/i386/include/kernel/vmem.h
AgeCommit message (Collapse)Author
2024-06-21arch: i386: paging: do the recursive paging trickDanny 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>