Kernel: MMU keeps track of the current

This commit is contained in:
Bananymous
2023-05-16 00:26:13 +03:00
parent 8ec675cca6
commit 6acb86c14b
2 changed files with 10 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ namespace Kernel
static void initialize();
static MMU& get();
static MMU& current();
MMU();
~MMU();