Use reference counting to track filetime of process PD
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
struct pd {
|
||||
spin_lock_t lock;
|
||||
uintptr_t cr3_paddr;
|
||||
atomic_int refs;
|
||||
};
|
||||
|
||||
void amd64_load_kernel_cr3 (void);
|
||||
|
||||
Reference in New Issue
Block a user