You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ensures that the stack region is mapped by the ELF loader and
doesn't conflict with any hypervisor memory regions. To do this without
increasing binary size, we place the stack right after the .bss section.
Note that we still need an assert to make sure that our minimal page
table setup in ram32.s covers our program + stack.
Also, being able to see the stack as a section makes debugging easier.
Signed-off-by: Joe Richey <[email protected]>
0 commit comments