Skip to content

Commit 43303a3

Browse files
manual: minor fixes
Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
1 parent aaac8e6 commit 43303a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/manual.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ The `protection_domain` element describes a protection domain.
980980
It supports the following attributes:
981981

982982
* `name`: A unique name for the protection domain
983-
* `priority`: The priority of the protection domain (integer 0 to 254).
983+
* `priority`: The priority of the protection domain (integer 0 to 254). Defaults to 0.
984984
* `budget`: (optional) The PD's budget in microseconds; defaults to 1,000.
985985
* `period`: (optional) The PD's period in microseconds; must not be smaller than the budget; defaults to the budget.
986986
* `passive`: (optional) Indicates that the protection domain will be passive and thus have its scheduling context removed after initialisation; defaults to false.
@@ -1005,6 +1005,7 @@ The `map` element has the following attributes:
10051005
* `mr`: Identifies the memory region to map.
10061006
* `vaddr`: Identifies the virtual address at which to map the memory region.
10071007
* `perms`: Identifies the permissions with which to map the memory region. Can be a combination of `r` (read), `w` (write), and `x` (eXecute), with the exception of a write-only mapping (just `w`).
1008+
Defaults to read-write.
10081009
* `cached`: (optional) Determines if mapped with caching enabled or disabled. Defaults to `true`.
10091010
* `setvar_vaddr`: (optional) Specifies a symbol in the program image. This symbol will be rewritten with the virtual address of the memory region.
10101011
* `setvar_size`: (optional) Specifies a symbol in the program image. This symbol will be rewritten with the size of the memory region.

0 commit comments

Comments
 (0)