mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
Kernel: Remove a handful of unused things in VM/ directory
Also add some missing initializers.
This commit is contained in:
parent
ba42d741cb
commit
0dbb22e9e0
Notes:
sideshowbarker
2024-07-18 22:25:34 +09:00
Author: https://github.com/awesomekling
Commit: 0dbb22e9e0
12 changed files with 5 additions and 66 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <AK/Singleton.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Random.h>
|
||||
#include <Kernel/Thread.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/VM/PageDirectory.h>
|
||||
|
||||
|
@ -36,7 +35,6 @@ namespace Kernel {
|
|||
|
||||
static const FlatPtr userspace_range_base = 0x00800000;
|
||||
static const FlatPtr userspace_range_ceiling = 0xbe000000;
|
||||
static const FlatPtr kernelspace_range_base = 0xc0800000;
|
||||
|
||||
static AK::Singleton<HashMap<u32, PageDirectory*>> s_cr3_map;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue