wilkie 6200fb8ff3 Rename page table terminology to PML4/PML3/PML2/PML1
Replace x86 architectural names (PDPT, PD, PT) with simplified
level-based naming for improved clarity. The documentation notes
the correspondence to x86 terminology.

Renamed:
- VirtAddr methods: pdpt_index -> pml3_index, pd_index -> pml2_index,
  pt_index -> pml1_index
- Entry address functions: pdpt_entry_addr -> pml3_entry_addr, etc.
- Read/write functions: read_pdpt -> read_pml3, etc.
- Ensure functions: ensure_pdpt_entry -> ensure_pml3_entry, etc.
2025-12-28 02:53:14 -05:00
Description
An exokernel operating system written in D
9.6 MiB
Languages
D 93.7%
C 3.5%
Makefile 1%
Assembly 0.9%
Shell 0.8%
Other 0.1%