about summary refs log tree commit diff stats
path: root/html/baremetal/ex1.hex.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/baremetal/ex1.hex.html')
-rw-r--r--html/baremetal/ex1.hex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/ex1.hex.html b/html/baremetal/ex1.hex.html
index 5fc1129c..92c4ab4e 100644
--- a/html/baremetal/ex1.hex.html
+++ b/html/baremetal/ex1.hex.html
@@ -58,7 +58,7 @@ if ('onhashchange' in window) {
 <span id="L5" class="LineNr"> 5 </span><span class="subxComment">#</span>
 <span id="L6" class="LineNr"> 6 </span><span class="subxComment"># To convert to a disk image, first prepare a realistically sized disk image:</span>
 <span id="L7" class="LineNr"> 7 </span><span class="subxComment">#   dd if=/dev/zero of=disk.img count=20160  # 512-byte sectors, so 10MB</span>
-<span id="L8" class="LineNr"> 8 </span><span class="subxComment"># Load the disk image:</span>
+<span id="L8" class="LineNr"> 8 </span><span class="subxComment"># Load the program on the disk image:</span>
 <span id="L9" class="LineNr"> 9 </span><span class="subxComment">#   cat baremetal/boot.hex baremetal/ex1.hex  |./bootstrap run apps/hex  &gt; a.bin</span>
 <span id="L10" class="LineNr">10 </span><span class="subxComment">#   dd if=a.bin of=disk.img conv=notrunc</span>
 <span id="L11" class="LineNr">11 </span><span class="subxComment"># To run:</span>
th <boothj5@gmail.com> 2012-05-10 09:55:55 +0100 committer James Booth <boothj5@gmail.com> 2012-05-10 09:55:55 +0100 Moved beep/flash settings to preferences' href='/danisanti/profani-tty/commit/preferences.h?id=aa26278a4611157e3eb8e55239bd6cd4f2a6b687'>aa26278a ^
d28930ea ^

57f9e435 ^

8e0d8d2a ^
aa26278a ^
e559c33d ^
291c6bc3 ^

c77a731c ^

ca26452a ^




c64484c6 ^
0d0ed9b7 ^
ca26452a ^


48f9f3b3 ^
78beccee ^
ca26452a ^
ce7cb3f4 ^
1479a5e1 ^
497b07c1 ^
1479a5e1 ^
497b07c1 ^


fc049c9e ^
373b3a2d ^
46583839 ^
40dc8e2c ^
e5bb12a0 ^
ca26452a ^
79e9ab83 ^


ca26452a ^


b25b3f31 ^
ca26452a ^
eb0f0dd9 ^
b36fbe41 ^
7d90d218 ^
eb0f0dd9 ^
b36fbe41 ^
f099bf9a ^
441422dd ^
ca26452a ^
8c5866ff ^
069bdbc3 ^

2b0108e6 ^
60820007 ^
de9e621b ^
c3418a29 ^
3303376b ^
ddbb4872 ^

31c0f2ba ^

34148e21 ^

ca26452a ^

8dbe300d ^




6d5d41b3 ^
0a42be57 ^
6d5d41b3 ^
e0732ad0 ^

4c6cfcdc ^
f9b4abe3 ^
46ee72f9 ^
3d6ebf48 ^

aa26278a ^
c71259c3 ^

866d87af ^
e559c33d ^
291c6bc3 ^
a114fe88 ^
921f026c ^

213ccc01 ^

13f73a30 ^

c71259c3 ^
1479a5e1 ^




5a625dd8 ^

5a625dd8 ^
6b697054 ^

e089ffb1 ^
8dbe300d ^




ca26452a ^
7982b8e4 ^
069bdbc3 ^
7344d3b8 ^
069bdbc3 ^
ca26452a ^
6d5d41b3 ^
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161