mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
Kernel: Move ProcessPagingScope to its own files
This commit is contained in:
parent
2839bb0be1
commit
5e0c4d689f
6 changed files with 91 additions and 23 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <Kernel/Thread.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/VM/PageDirectory.h>
|
||||
#include <Kernel/VM/ProcessPagingScope.h>
|
||||
#include <LibC/signal_numbers.h>
|
||||
#include <LibELF/ELFLoader.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue