advanced_operating_systems_2020
advanced_operating_systems_2020 copied to clipboard
Implement Guard Pages for Stack/Heap
- [ ] guard page for stack: optional, purpose: debugging, we can implement this with the refactored paging_regions, we do not implement this yet
- [ ] guard page for heap: optional, purpose: debugging
Originally posted by @abertschi in https://github.com/Liblor/advanced_operating_systems_2020/issues/73#issuecomment-611173930