Skip to content

Commit

Permalink
docs: PROTOCOL.md: Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 16, 2023
1 parent ca7fb97 commit 61c068d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ config).

## Caching

### x86_64
### x86-64

The kernel executable, loaded at or above `0xffffffff80000000`, see all of its
The kernel executable, loaded at or above `0xffffffff80000000`, sees all of its
segments mapped using write-back (WB) caching at the page tables level.

All HHDM memory regions are mapped using write-back (WB) caching at the page
Expand All @@ -137,7 +137,7 @@ The MTRRs are left as the firmware set them up.

### aarch64

The kernel executable, loaded at or above `0xffffffff80000000`, see all of its
The kernel executable, loaded at or above `0xffffffff80000000`, sees all of its
segments mapped using Normal Write-Back RW-Allocate non-transient caching mode.

All HHDM memory regions are mapped using the Normal Write-Back RW-Allocate
Expand All @@ -161,7 +161,7 @@ with the default `PBMT=PMA`.
If the `Svpbmt` extension is not available, no PMAs can be overridden (effectively,
everything is mapped with `PBMT=PMA`).

## Entry machine state
## Machine state at entry

### x86_64

Expand Down

0 comments on commit 61c068d

Please sign in to comment.