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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user