mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Kernel: Move VirtualAddress.h into VM/
This commit is contained in:
parent
23a6c2086b
commit
eca5c2bdf8
9 changed files with 5 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/Noncopyable.h>
|
||||
#include <Kernel/VirtualAddress.h>
|
||||
#include <Kernel/VM/VirtualAddress.h>
|
||||
#include <Kernel/kstdio.h>
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue