aboutsummaryrefslogtreecommitdiff
path: root/src/priv-intro.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-04-19 13:18:55 -0400
committerBill Traynor <wmat@riscv.org>2023-04-19 13:18:55 -0400
commit0ef20342d9e3cea4d5f26097adb0445789e390b4 (patch)
tree3a7c55b95f1a9addfbb0739ef2d839db930f5900 /src/priv-intro.adoc
parent4518280c01842e74aee4f4ba17a14cdb442ecb9a (diff)
downloadriscv-isa-manual-0ef20342d9e3cea4d5f26097adb0445789e390b4.zip
riscv-isa-manual-0ef20342d9e3cea4d5f26097adb0445789e390b4.tar.gz
riscv-isa-manual-0ef20342d9e3cea4d5f26097adb0445789e390b4.tar.bz2
Table formatting
Formatted table to match LaTeX version.
Diffstat (limited to 'src/priv-intro.adoc')
-rw-r--r--src/priv-intro.adoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/priv-intro.adoc b/src/priv-intro.adoc
index d5e627e..c148c84 100644
--- a/src/priv-intro.adoc
+++ b/src/priv-intro.adoc
@@ -151,9 +151,15 @@ trading off reduced isolation for lower implementation cost, as shown in
[%autowidth,float="center",align="center",cols="^,<,<",options="header"]
|===
|Number of levels |Supported Modes |Intended Usage
-|1 |M |Simple embedded systems
-|2 |M, U |Secure embedded systems
-|3 |M, S, U |Systems running Unix-like operating systems
+|1 +
+2 +
+3
+|M +
+M, U +
+M, S, U
+|Simple embedded systems +
+Secure embedded systems +
+Systems running Unix-like operating systems
|===
All hardware implementations must provide M-mode, as this is the only