mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
This commit is contained in:
parent
7c4dd0c8cf
commit
99ea80695e
16 changed files with 20 additions and 163 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/Noncopyable.h>
|
||||
#include <Kernel/VM/PhysicalAddress.h>
|
||||
#include <Kernel/VM/VirtualAddress.h>
|
||||
#include <LibBareMetal/Memory/PhysicalAddress.h>
|
||||
#include <LibBareMetal/Memory/VirtualAddress.h>
|
||||
#include <LibBareMetal/Output/kstdio.h>
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue