Use reference counting to track filetime of process PD
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s

This commit is contained in:
2026-01-14 23:11:06 +01:00
parent 270ff507d4
commit 7cd5623d36
6 changed files with 44 additions and 27 deletions

View File

@@ -9,6 +9,7 @@
struct pd {
spin_lock_t lock;
uintptr_t cr3_paddr;
atomic_int refs;
};
void amd64_load_kernel_cr3 (void);