mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37: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
|
@ -29,7 +29,7 @@
|
|||
#include <AK/NonnullRefPtr.h>
|
||||
#include <Kernel/Assertions.h>
|
||||
#include <Kernel/Heap/SlabAllocator.h>
|
||||
#include <Kernel/VM/PhysicalAddress.h>
|
||||
#include <LibBareMetal/Memory/PhysicalAddress.h>
|
||||
|
||||
class PhysicalPage {
|
||||
friend class MemoryManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue