about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--baremetal/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/README.md b/baremetal/README.md
index ab449043..f14a085b 100644
--- a/baremetal/README.md
+++ b/baremetal/README.md
@@ -17,7 +17,7 @@ That's it:
 Just your processor, gigabytes of RAM[1], a moderately-sized monitor and a
 keyboard.
 
-These programs don't convert to ELF, so there's also currently no code/data
+These programs don't convert to ELF, and there's also currently no code/data
 segment separation. Just labels and bytes.
 
 Most programs here assume `main` starts at address 0x8000 (1KB or 2 disk
ram <vc@akkartik.com> 2018-12-29 15:27:18 -0800 committer Kartik Agaram <vc@akkartik.com> 2018-12-29 15:27:18 -0800 4890 - new html renderings' href='/akkartik/mu/commit/html/subx/examples/ex1.subx.html?h=main&id=ac07e589b3e912c704c2011d543f18b16712ff15'>ac07e589 ^
bb2b6ba7 ^

ac07e589 ^

08a0eed6 ^
14a38052 ^
ac07e589 ^


bb2b6ba7 ^
































e4ac3c9e ^
bb2b6ba7 ^
14a38052 ^
c56d803c ^







bb2b6ba7 ^
c762564b ^
d1c9392a ^
14a38052 ^

c56d803c ^
d1c9392a ^

14a38052 ^
bb2b6ba7 ^



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