mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
This commit is contained in:
parent
7c4dd0c8cf
commit
99ea80695e
Notes:
sideshowbarker
2024-07-19 09:29:48 +09:00
Author: https://github.com/supercomputer7
Commit: 99ea80695e
Pull-request: https://github.com/SerenityOS/serenity/pull/1194
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