about summary refs log tree commit diff stats
path: root/translate_mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-24 11:15:09 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-24 19:43:23 -0800
commit09f2f3075a8be46484be2b5900888a8ac4799b75 (patch)
tree595981fd98a11452d4b664afdaff83316df87d39 /translate_mu
parentdba18f7f6f07840bf981d21a9acabd33f651c860 (diff)
downloadmu-09f2f3075a8be46484be2b5900888a8ac4799b75.tar.gz
7555 - snapshot
While baremetal has been working with Qemu, it's been broken with Bochs
since commit 7547, where we started reading more than 63 sectors (1
track) from disk.

Good to know that Bochs simulates native hardware with so much
verisimilitude!

Unfortunately things aren't fixed yet. The current state:

             - Qemu -                 - Bochs -
  ex2.hex    never switches modes     works
  ex2.subx   never switches modes     works
  ex2.mu     never switches modes     fails unit tests

It sucks that Bochs doesn't have strictly superior verisimilitude
compared to Qemu :(
Diffstat (limited to 'translate_mu')
0 files changed, 0 insertions, 0 deletions
he previous revision' href='/akkartik/mu/blame/apps/arith.mu?h=hlt&id=2fcdca06498bd1742b1a7f7929ee148e4442d345'>^
6b41ca6d ^
4e48a436 ^
6b41ca6d ^
4e48a436 ^
6b41ca6d ^
4e48a436 ^
6b41ca6d ^
4e48a436 ^




c8e41a47 ^
34063288 ^
10adec2f ^
2041ce7e ^
6b343a82 ^
2041ce7e ^
dce8ad42 ^
2041ce7e ^
6b343a82 ^
2041ce7e ^
4e48a436 ^
2041ce7e ^

dce8ad42 ^
2041ce7e ^
6b41ca6d ^
6b343a82 ^
2041ce7e ^
dce8ad42 ^

34063288 ^
c8e41a47 ^
538805df ^

da791479 ^
cdc9a7f5 ^
c8e41a47 ^
4e48a436 ^
c8e41a47 ^
743a99e8 ^
c8e41a47 ^
743a99e8 ^

da791479 ^
c8e41a47 ^
2fcdca06 ^
c8e41a47 ^
99a8ea89 ^
743a99e8 ^
2fcdca06 ^
cdc9a7f5 ^
743a99e8 ^




2fcdca06 ^
3341af3d ^
cdc9a7f5 ^
2fcdca06 ^
cdc9a7f5 ^

9f0e69f1 ^
cdc9a7f5 ^
99a8ea89 ^
cdc9a7f5 ^
9f0e69f1 ^
2fcdca06 ^
743a99e8 ^
cdc9a7f5 ^



743a99e8 ^
cdc9a7f5 ^




743a99e8 ^
cdc9a7f5 ^
9f0e69f1 ^
cdc9a7f5 ^
03a719d0 ^
2041ce7e ^
c8e41a47 ^
2041ce7e ^

da791479 ^
c8e41a47 ^
2fcdca06 ^
525c3986 ^
c8e41a47 ^
076f837a ^
525c3986 ^
2fcdca06 ^
525c3986 ^
525c3986 ^




2fcdca06 ^
3341af3d ^
525c3986 ^
2fcdca06 ^
525c3986 ^



076f837a ^
525c3986 ^

2fcdca06 ^
525c3986 ^















c8e41a47 ^
525c3986 ^

da791479 ^
c8e41a47 ^
076f837a ^
2fcdca06 ^
743a99e8 ^


c8e41a47 ^
743a99e8 ^
c8e41a47 ^
743a99e8 ^

88908608 ^
c8e41a47 ^
743a99e8 ^

88908608 ^
c8e41a47 ^
076f837a ^

c8e41a47 ^
743a99e8 ^
525c3986 ^

c8e41a47 ^
525c3986 ^
4e48a436 ^


c8e41a47 ^
4e48a436 ^
c8e41a47 ^
99a8ea89 ^

c8e41a47 ^
743a99e8 ^


c8e41a47 ^
743a99e8 ^



c8e41a47 ^
743a99e8 ^
c8e41a47 ^
743a99e8 ^

3341af3d ^

c8e41a47 ^

705dfd85 ^

da791479 ^
c8e41a47 ^

538805df ^
2041ce7e ^
c8e41a47 ^
dce8ad42 ^

2041ce7e ^

88908608 ^
2041ce7e ^
5fe0bc16 ^
c8e41a47 ^
538805df ^

c8e41a47 ^
538805df ^
c8e41a47 ^
2041ce7e ^
c8e41a47 ^
538805df ^

c8e41a47 ^
538805df ^
2041ce7e ^
c8e41a47 ^

2041ce7e ^





c8e41a47 ^
2041ce7e ^

c8e41a47 ^


34063288 ^
eeb250a7 ^

6b343a82 ^
eeb250a7 ^

c8e41a47 ^
2041ce7e ^
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258