x86_64: put user stack and team data at top of user address space
This commit is contained in:
parent
4cafc0acab
commit
a8f8d2c057
@ -48,8 +48,8 @@
|
||||
#define USER_SIZE (0x800000000000 - 0x200000)
|
||||
#define USER_TOP (USER_BASE + (USER_SIZE - 1))
|
||||
|
||||
#define KERNEL_USER_DATA_BASE 0x7fffe0000000
|
||||
#define USER_STACK_REGION 0x7ffff0000000
|
||||
#define KERNEL_USER_DATA_BASE 0x7f0000000000
|
||||
#define USER_STACK_REGION 0x7f0000000000
|
||||
#define USER_STACK_REGION_SIZE ((USER_TOP - USER_STACK_REGION) + 1)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user