KernelVM: Expand the available VM range
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8ee634d19b
commit
fde1727218
@ -3,11 +3,11 @@
|
|||||||
#include "thread/Spinlock.h"
|
#include "thread/Spinlock.h"
|
||||||
#include <luna/Bitmap.h>
|
#include <luna/Bitmap.h>
|
||||||
|
|
||||||
static const u64 KERNEL_VM_RANGE_START = 0xfffffffff0000000;
|
static const u64 KERNEL_VM_RANGE_START = 0xffffffffc0000000;
|
||||||
|
|
||||||
static LockedValue<Bitmap> g_kernelvm_bitmap;
|
static LockedValue<Bitmap> g_kernelvm_bitmap;
|
||||||
|
|
||||||
static u8 bitmap_memory[4096];
|
static u8 bitmap_memory[4096 * 7];
|
||||||
|
|
||||||
static const usize KERNEL_VM_RANGE_SIZE = (sizeof(bitmap_memory) * 8) * ARCH_PAGE_SIZE;
|
static const usize KERNEL_VM_RANGE_SIZE = (sizeof(bitmap_memory) * 8) * ARCH_PAGE_SIZE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user