forked from Bananymous/banan-os
Kernel: Rename MMU to PageTable
This is more descriptive name for what it actually represents
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <kernel/LockGuard.h>
|
||||
#include <kernel/Memory/Heap.h>
|
||||
#include <kernel/Memory/MMU.h>
|
||||
#include <kernel/Memory/PageTable.h>
|
||||
#include <kernel/multiboot.h>
|
||||
|
||||
namespace Kernel
|
||||
|
||||
Reference in New Issue
Block a user