diff options
author | Andrew Waterman <andrew@sifive.com> | 2018-11-05 11:17:08 -0800 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2018-11-05 11:17:08 -0800 |
commit | 0c576ca013c6df0713057063dc915603f1b49292 (patch) | |
tree | 2709033b3e480b4e3b295d1b1338f11dd84bfed7 /src | |
parent | 377fee964fc9edfc6156e007aeb18f4dc3c98836 (diff) | |
download | riscv-isa-manual-0c576ca013c6df0713057063dc915603f1b49292.zip riscv-isa-manual-0c576ca013c6df0713057063dc915603f1b49292.tar.gz riscv-isa-manual-0c576ca013c6df0713057063dc915603f1b49292.tar.bz2 |
The S in SBI stands for supervisor
Resolves #251
Diffstat (limited to 'src')
-rw-r--r-- | src/supervisor.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor.tex b/src/supervisor.tex index 6585bbd..e1fc486 100644 --- a/src/supervisor.tex +++ b/src/supervisor.tex @@ -6,7 +6,7 @@ contains a common core that is used with various supervisor-level address translation and protection schemes. Supervisor-level code relies on a supervisor execution environment to initialize the environment and enter the supervisor code at an entry -point defined by the system binary interface (SBI). The SBI also +point defined by the supervisor binary interface (SBI). The SBI also defines function entry points that provide supervisor environment services for supervisor-level code. |