summaryrefslogtreecommitdiff
path: root/papers/LOCO-24/contents.latex
diff options
context:
space:
mode:
Diffstat (limited to 'papers/LOCO-24/contents.latex')
-rw-r--r--papers/LOCO-24/contents.latex9
1 files changed, 4 insertions, 5 deletions
diff --git a/papers/LOCO-24/contents.latex b/papers/LOCO-24/contents.latex
index 3046d45..88d3041 100644
--- a/papers/LOCO-24/contents.latex
+++ b/papers/LOCO-24/contents.latex
@@ -125,10 +125,9 @@ Computing}{December 05, 2024}{Glasgow, Scotland, United Kingdom }
rooted on the simplification of personal computers by embracing the
programming language \textit{Scheme}, and describes how this strategy
provides a high level of abstraction and opens the door to many research
- topics that directly challenge the current computing ecosystem, where
- industry relies in the continuous delivery of heavily specialized hardware to
- support the ever growing software demands, mainly coming from Unix's
- heritage.
+ topics that directly challenge the current computing ecosystem, which relies
+ in the continuous delivery of heavily specialized hardware to support the
+ ever growing software demands, mainly coming from Unix's heritage.
\end{abstract}
%% Document outline:
@@ -187,7 +186,7 @@ Computing}{December 05, 2024}{Glasgow, Scotland, United Kingdom }
In the von Neumann model the data and the program are both written to and
read from the \textit{Store}. This fact imposes limitations in any design
that aims to have direct access to memory and multitasking, as any running
- program could read and manipulate other running program's memory, and even
+ program could read and write other running program's memory, and even
manipulate its behavior, overwriting the program itself.
\subsection{Unix's heritage}