mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:24:58 +00:00
Kernel: Hand out 64-bit addresses to userspace
This commit is contained in:
parent
5938d882d8
commit
f56ee10a13
2 changed files with 2 additions and 2 deletions
|
@ -24,4 +24,4 @@ extern "C" FlatPtr kernel_base;
|
|||
#define KERNEL_QUICKMAP_PD (KERNEL_PT1024_BASE + 0x7000)
|
||||
#define KERNEL_QUICKMAP_PER_CPU_BASE (KERNEL_PT1024_BASE + 0x8000)
|
||||
|
||||
#define USER_RANGE_CEILING 0xBE000000
|
||||
#define USER_RANGE_CEILING (kernel_base - 0x2000000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue