about summary refs log tree commit diff stats
path: root/shell/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'shell/README.md')
-rw-r--r--shell/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/README.md b/shell/README.md
index d0dd61ec..920e6aec 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -41,15 +41,15 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
   results. Hit `ctrl-m` to focus on the `...` after a run, and browse how the
   _trace_ of how the results were computed. [Here's a 2-minute demo](https://archive.org/details/akkartik-mu-2021-05-31).
 
-3. If your Qemu installation supports them, an `-accel` arguments
+3. If your Qemu installation supports them, an `-accel` argument
    will speed up emulation. Try `-accel help` to list your options.
 
   Once you select an accelerator, I recommend also adjusting the `responsiveness`
   mask in shell/evaluate.mu, which controls how frequently the fake screen
   updates within the REPL. Smaller values will seem more responsive, larger
-  values will leave more time to run your programs. I like to see the screen
-  update about once a second. Some suggested values depending on how fast your
-  Qemu is running:
+  values will run your programs faster. I like to see the fake screen update
+  about once a second. Some suggested values depending on how fast your Qemu
+  is running:
 
   - `-accel kvm` on a T420s running Linux: `0xffff/responsiveness=64k`
   - `-accel tcg` on a 2019 Mac: `0xfff/responsiveness=4k`
7cd3f16cf3a96e0df8bc8b873602fd4bc05e3a'>^
6e1eeeeb ^



b3cdcdd4 ^
a9817844 ^
a9817844 ^
6e1eeeeb ^
a9817844 ^
b96af395 ^
6e1eeeeb ^








aeac1e06 ^
6e1eeeeb ^
aeac1e06 ^
6e1eeeeb ^


2c64c52e ^
f88f77cd ^
6e1eeeeb ^
b2c8b732 ^

14a06183 ^

b2c8b732 ^
4c131b38 ^
85eb8167 ^
f88f77cd ^
2844327a ^



a5fa9785 ^
8e607b12 ^
eafdbfc1 ^
2844327a ^

2844327a ^
85eb8167 ^
2844327a ^
a5fa9785 ^
8e607b12 ^
4c131b38 ^
2844327a ^
8e607b12 ^
2844327a ^






6e1eeeeb ^
6e1eeeeb ^




890df1de ^
c7c8eb0c ^











1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98