Skip to content

Commit

Permalink
Consistent naming of the RISC-V architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Mar 8, 2021
1 parent 773c895 commit 50ae6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
Expand Up @@ -1424,7 +1424,7 @@ \subsection{System building}
\item But probably too costly to maintain
and unnecessarily big for production systems.
\item Available on multiple architectures: ARM (\code{armel},
\code{armhf}, \code{arm64}), MIPS, PowerPC, RiscV (in progress)...
\code{armhf}, \code{arm64}), MIPS, PowerPC, RISC-V (in progress)...
\item Software is compiled natively by default.
\item Use the \code{debootstrap} command to build a root
filesystem for your architecture, with a custom selection
Expand Down
2 changes: 1 addition & 1 deletion slides/sysdev-intro/sysdev-intro.tex
Expand Up @@ -233,7 +233,7 @@ \subsection{Embedded hardware for Linux systems}
(multimedia, industrial)
\item ARM, with hundreds of different {\em System on Chip}s ({\em
SoC}: CPU + on-chip devices, for all sorts of products)
\item RiscV, the rising architecture with a free instruction set
\item RISC-V, the rising architecture with a free instruction set
(from high-end cloud computing to the smallest embedded systems)
\item PowerPC (mainly real-time, industrial applications)
\item MIPS (mainly networking applications)
Expand Down

0 comments on commit 50ae6fa

Please sign in to comment.