Kernel: Move {Virtual,Physical}Address classes to the Memory directory

This commit is contained in:
Liav A
2023-02-24 19:54:30 +02:00
committed by Jelle Raaijmakers
parent 64af4953c2
commit aaa1de7878
54 changed files with 61 additions and 59 deletions

View File

@@ -6,7 +6,7 @@
#include <Kernel/Arch/Delay.h>
#include <Kernel/Graphics/Intel/Transcoder/DisplayTranscoder.h>
#include <Kernel/PhysicalAddress.h>
#include <Kernel/Memory/PhysicalAddress.h>
namespace Kernel {