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

manual: document write-only pages #1260

Merged
merged 1 commit into from
Jun 11, 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
3 changes: 2 additions & 1 deletion manual/parts/vspace.tex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ \subsection{Page}
are specified with an argument of type \texttt{seL4\_CapRights} given to the mapping invocation. If
the capability does not have sufficient permissions to authorise the given mapping, the mapping
permissions are silently downgraded. Specific mapping permissions are dependent on the architecture
and are documented in the \autoref{sec:api_reference} for each function.
and are documented in the \autoref{sec:api_reference} for each function. On all architectures,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe weaken this a bit.

Suggested change
and are documented in the \autoref{sec:api_reference} for each function. On all architectures,
and are documented in the \autoref{sec:api_reference} for each function. On all currently supported architectures,

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that weakening is necessary, we're clearly not talking about all architectures in the world, just the ones seL4 runs on. Fewer words are usually clearer.

mapping a page write-only will result in an inaccessible page.

At minimum, each architecture defines \texttt{Map}, \texttt{Unmap} and
\texttt{GetAddress} methods for pages.
Expand Down