arm64: Add mapping of all memory in kernel virtual space at KERNEL_PMAP_BASE.

Change-Id: I828b1ba8c0add614e9df6bba1e14c5e514ec1bad
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5258
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
milek7
2022-05-03 20:27:18 +00:00
committed by waddlesplash
parent 2684c64083
commit 7c69ebda17
2 changed files with 6 additions and 5 deletions
@@ -23,5 +23,8 @@
#define USER_STACK_REGION 0x70000000
#define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
// Kernel physical memory map area.
#define KERNEL_PMAP_BASE 0xffffff0000000000
#define KERNEL_PMAP_SIZE 0x8000000000
#endif /* _KERNEL_ARCH_ARM64_ARCH_KERNEL_H_ */