Skip to content

Commit

Permalink
manual: fix missing rename to Microkit
Browse files Browse the repository at this point in the history
This one slipped past the commit that renamed everything due to being
a typo.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Oct 10, 2023
1 parent 1c1c07c commit d05fd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The key elements that make up a system are *protection domains*, *memory regions

## Protection Domains {#pd}

A **protection domain** (PD) is the fundamental runtime abstraction in the seL4 platform.
A **protection domain** (PD) is the fundamental runtime abstraction in Microkit.
It is analogous, but very different in detail, to a process on a UNIX system.

A PD provides a thread of control that executes within a fixed virtual address space.
Expand Down

0 comments on commit d05fd07

Please sign in to comment.