Skip to content

Increase size of stack, align to page size, and export

Jimmy Brush requested to merge peachesrebar88/sel4-start:increase_stack into master
  • Rust uses a lot of stack in debug mode
  • Align and export bottom of stack so users can make the bottom stack page a guard page

Also, change the assert in alloc.rs to allow full use of scratch memory

Edited by Jimmy Brush

Merge request reports