about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 834cb158..3a6ef467 100644
--- a/README.md
+++ b/README.md
@@ -104,11 +104,11 @@ Mu programs can be written for two very different environments:
   virtual memory, no process separation, no multi-tasking, no persistent
   storage, no network.
 
-* The top-level is built using tools created under the linux/ sub-directory.
+* The top-level is built using tools created under the `linux/` sub-directory.
   This sub-directory contains an entirely separate set of standard libraries
   intended for building programs that run with just a Linux kernel, reading
   from stdin and writing to stdout. The Mu compiler is such a program, at
-  linux/mu.subx.
+  `linux/mu.subx`.
 
 While I currently focus on programs without an OS, the `linux/` sub-directory
 is fairly ergonomic. There's a couple of dozen example programs to try out
?h=hlt&id=5beb25b508812b68c014a71f664be7ae45bc3c13'>5beb25b5 ^
b96af395 ^


5beb25b5 ^
6e1eeeeb ^



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






6e1eeeeb ^
6e1eeeeb ^









113bae73 ^
6e1eeeeb ^










aeac1e06 ^
6e1eeeeb ^
aeac1e06 ^
6e1eeeeb ^


a56d969e ^
f88f77cd ^
6e1eeeeb ^
4c131b38 ^
2844327a ^
f88f77cd ^
2844327a ^



a5fa9785 ^
2844327a ^
eafdbfc1 ^
2844327a ^

2844327a ^


a5fa9785 ^
2844327a ^
4c131b38 ^
2844327a ^








6e1eeeeb ^
6e1eeeeb ^




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