From b2e9887b8371ccfd4cb58e68a037a09a4f91102f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 22 Mar 2021 22:28:35 -0700 Subject: . --- shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/README.md b/shell/README.md index fce3fbd1..be95b54e 100644 --- a/shell/README.md +++ b/shell/README.md @@ -22,7 +22,7 @@ Load an s-expression into it: $ echo '(+ 1 1)' |dd of=data.img conv=notrunc ``` -4. Now run with both code and data disks: +Now run with both code and data disks: ```sh $ qemu-system-i386 -hda disk.img -hdb data.img ``` -- cgit 1.4.1-2-gfad0 id' value='f081766913ab6b26870ccbe1d5eafde20c0e6309'/> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/forest
blob: 5675e496b3300bdc3e7d05076163e4d7f7433d6e (plain) (blame)
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