diff options
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 |