pub const USER_STACK_TOP: usize = 0x3FE0_0000; // 1_071_644_672usize
Expand description

The base address of the user stack. And the stack bottom is user-stack-top + max-user-stack-size.