microkit icon indicating copy to clipboard operation
microkit copied to clipboard

Microkit - A simple operating system framework for the seL4 microkernel

Results 65 microkit issues
Sort by recently updated
recently updated
newest added

To revisit if/once https://github.com/seL4/seL4/issues/1536 is sorted out.

This PR adds support for patching a copy of a child PD's page tables into the parent. We add an extra attribute to the protection domain xml tag, if set...

Right now the notion of 'parent' and 'child' PDs means that the parent PD has access to the child PD's TCB capability and becomes the fault handler for the child....

Right now all mappings of memory regions require a virtual address given by the user. Most of the time, especially in conjunction with `setvar_vaddr`, you as the user might not...