fix: cleanup

This commit is contained in:
Zoe
2026-08-27 13:18:57 -05:00
parent 7dcf244ee6
commit 8a71cdfcc5
11 changed files with 52 additions and 201 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ impl PageTableEntry {
const WRITE_THROUGH: u64 = 1 << 3;
const CACHE_DISABLED: u64 = 1 << 4;
const PAT: u64 = 1 << 7;
// const PAT: u64 = 1 << 7;
const fn new(
physical_address: PhysicalAddr,