mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Kernel: Move userspace virtual address range base to 0x10000
Now that the shared bottom 2 MiB virtual address mappings are gone userspace can use lower virtual addresses.
This commit is contained in:
parent
fccd0432a1
commit
5f4a67434c
Notes:
sideshowbarker
2024-07-17 22:23:12 +09:00
Author: https://github.com/IdanHo
Commit: 5f4a67434c
Pull-request: https://github.com/SerenityOS/serenity/pull/11318
Reviewed-by: https://github.com/bgianfo ✅
7 changed files with 18 additions and 4 deletions
|
@ -21,4 +21,5 @@
|
|||
#define KERNEL_QUICKMAP_PD (KERNEL_PT1024_BASE + 0x7000)
|
||||
#define KERNEL_QUICKMAP_PER_CPU_BASE (KERNEL_PT1024_BASE + 0x8000)
|
||||
|
||||
#define USER_RANGE_BASE 0x10000
|
||||
#define USER_RANGE_CEILING (kernel_mapping_base - 0x2000000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue