Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 3 note about the relationship between privileged and unprivileged components #321

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/riscv-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ NOTE: The changes described in this specification also ensure that

NOTE: RV128 is not currently supported by any CHERI extension.

NOTE: In line with the base RISC-V ISA, the unprivileged component
with its corresponding {cheri_base_ext_name} changes
as described in this chapter can be used with
an entirely different privileged-level design. The changes for the privileged
component described in this chapter are designed to support existing
popular operating systems, and assume the standard
privileged architecture specified in the RISC-V ISA.

=== Memory

A hart supporting {cheri_base_ext_name} has a single byte-addressable address
Expand Down
Loading