vault backup: 2025-01-06 13:39:45

This commit is contained in:
Dane Sabo 2025-01-06 13:39:45 -05:00
parent f87c512db5
commit af6db159a1
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
From the [tutorial](https://docs.sel4.systems/Tutorials/capabilities):
There are three kinds of capabilities in seL4:
- capabilities that control access to kernel objects such as thread control blocks,
- capabilities that control access to abstract resources such as `IRQControl`, and
- untyped capabilities, that are responsible for memory ranges and allocation from those (see also the [Untyped](https://docs.sel4.systems/Tutorials/untyped.html) tutorial).