Gabriel Parmer
Gabriel Parmer
There are a ton of `-Wunused-parameter` that will need to be sanitized, but also a few genuine bugs.
The mandatory TLB accesses are: - Instructions for invocation logic (1 superpage) - Core's kernel stack (1 superpage, unless the TLB is unified, then this is the _same_ entry as...
The liveness table is currently globally visible. it needs to be treated exactly like the other resource tables with range checks (#163).
Right now access to a RT denotes complete access to its entries. This should not be so. Add range checks for all RT capabilities and accesses to prevent modifying RTs...
The stkmgr should coordinate with the valloc component to allocate two pages worth of virtual address space, though we use only one so that we can catch stack overflows (in...
### Summary of this Pull Request (PR) For discussion in next composer meeting. ### Intent for your PR Choose one (Mandatory): - [x] This PR is for a code-review and...