diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-01 23:56:22 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-01 23:56:22 +0200 |
commit | def5783d890e11cdc1da9ecc57bd431b601e7096 (patch) | |
tree | 63375f08f4e794f6d423175742d84af687dd8a59 /papers | |
parent | fcfa9f5c7dc602fb065b7a17d5678cbb1faa9b0a (diff) |
LOCO: correct Newmann
Diffstat (limited to 'papers')
-rw-r--r-- | papers/LOCO-24/contents.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papers/LOCO-24/contents.latex b/papers/LOCO-24/contents.latex index 9a59dd3..38196f1 100644 --- a/papers/LOCO-24/contents.latex +++ b/papers/LOCO-24/contents.latex @@ -260,7 +260,7 @@ Computing}{December 05, 2024}{Glasgow, Scotland, United Kingdom } \subsection{Computer hardware} Computer processors, often marketed as "\textit{general purpose}", are based - on the von Newmann model\cite{LiberateFromVonNeumann:Backus}, a CPU and a + on the von Neumann model\cite{LiberateFromVonNeumann:Backus}, a CPU and a Store that is, and designed for running an Operating System on them. They clearly separate \textit{privileged}, reserved for the kernel, and \textit{unprivileged} instructions, that any userspace program can use, in |