mirror of
https://github.com/xomboverlord/xomb.git
synced 2026-01-11 02:06:35 +01:00
6200fb8ff3de35f54180f51ffca861809c45387d
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.
Description
An exokernel operating system written in D
Languages
D
93.7%
C
3.5%
Makefile
1%
Assembly
0.9%
Shell
0.8%
Other
0.1%