libkernel: x86_64: pg_tables: new

Implement page table module for x86_64.
This commit is contained in:
Matthew Leach
2026-04-15 20:50:41 +01:00
parent 7dcc80aafa
commit f4910a7c3c
2 changed files with 1114 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//! x86_64 memory management types and page table support.
pub mod pg_descriptors;
pub mod pg_tables;

View File

File diff suppressed because it is too large Load Diff