From 2b9b1cf3867a63dda0a5ac92a5ad8c88fce6f0d1 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 8 Mar 2018 21:44:46 -0800 Subject: 4215 --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 798c9742..bbb714e0 100644 --- a/Readme.md +++ b/Readme.md @@ -36,9 +36,9 @@ easily without getting locked in to a single one as currently happens. In this quest, Mu is currently experimenting with the following mechanisms: 1. New, testable interfaces for the operating system. Currently manual tests - are hard to automate because a file you assumed might vanish, the network - might go down, etc. To make manual tests reproducible it suffices to - improve the 15 or so OS syscalls through which a computer talks to the + are hard to automate because a file you rely on might be deleted, the + network might go down, etc. To make manual tests reproducible it suffices + to improve the 15 or so OS syscalls through which a computer talks to the outside world. We have to allow programs to transparently write to a fake screen, read from a fake disk/network, etc. In Mu, printing to screen explicitly takes a screen object, so it can be called on the real screen, -- cgit 1.4.1-2-gfad0