about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-24 13:29:40 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-24 13:30:35 -0700
commit1684e3e10cac3e0ddf5473be647dfc53b9000174 (patch)
tree513689f7d2f9c373c6969b078c10bca3186678c4
parenteee222f14c8ee73f7b3b21b4047730c2ac9a119b (diff)
downloadmu-1684e3e10cac3e0ddf5473be647dfc53b9000174.tar.gz
.
-rw-r--r--README.md2
-rw-r--r--html/20201114-qemu.pngbin121443 -> 0 bytes
-rw-r--r--html/20210623-shell.pngbin783296 -> 0 bytes
-rw-r--r--html/20210624-shell.pngbin0 -> 162770 bytes
-rw-r--r--shell/README.md2
5 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 15501a96..c4d9a811 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ Mu programs can be written for two very different environments:
 The largest program built in Mu today is its prototyping environment for
 writing slow, interpreted programs in a Lisp-based high-level language.
 
-<img alt='screenshot of the Mu shell' src='html/20210623-shell.png' width='600px'>
+<img alt='screenshot of the Mu shell' src='html/20210624-shell.png' width='600px'>
 
 (For more details, see [the `shell/` directory.](https://github.com/akkartik/mu/tree/main/shell#readme))
 
diff --git a/html/20201114-qemu.png b/html/20201114-qemu.png
deleted file mode 100644
index 041ab4e9..00000000
--- a/html/20201114-qemu.png
+++ /dev/null
Binary files differdiff --git a/html/20210623-shell.png b/html/20210623-shell.png
deleted file mode 100644
index d910d2e5..00000000
--- a/html/20210623-shell.png
+++ /dev/null
Binary files differdiff --git a/html/20210624-shell.png b/html/20210624-shell.png
new file mode 100644
index 00000000..74eb7e08
--- /dev/null
+++ b/html/20210624-shell.png
Binary files differdiff --git a/shell/README.md b/shell/README.md
index d29d565a..7720fdaf 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -27,7 +27,7 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
   qemu-system-i386 -m 2G -hda code.img -hdb data.img
   ```
 
-  <img alt='screenshot of the Mu shell' src='../html/20210623-shell.png'>
+  <img alt='screenshot of the Mu shell' src='../html/20210624-shell.png'>
 
   The Mu computer has a fixed-size screen, which the shell environment
   partitions into two major regions, with a context-sensitive menu of keyboard
m> 2020-01-14 01:52:54 -0800 5893' href='/akkartik/mu/commit/html/022div.cc.html?h=main&id=c504ca566124d1f097e7fe8a2f9f67c1c59e9ccf'>c504ca56 ^
52daf072 ^


8aeb85f0 ^
c504ca56 ^

52daf072 ^




c504ca56 ^


52daf072 ^




c504ca56 ^

52daf072 ^


8aeb85f0 ^
c504ca56 ^

52daf072 ^





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
99
100