-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
487 lines (448 loc) · 18.4 KB
/
archives.html
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>fritzm.github.io - Archives</title>
<meta name="description" content="">
<meta name="author" content="Fritz Mueller">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://fritzm.github.io/theme/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="https://fritzm.github.io/theme/bootstrap.min.css" rel="stylesheet">
<link href="https://fritzm.github.io/theme/bootstrap.min.responsive.css" rel="stylesheet">
<link href="https://fritzm.github.io/theme/local.css" rel="stylesheet">
<link href="https://fritzm.github.io/theme/pygments.css" rel="stylesheet">
<!-- Photoswipe -->
<link rel="stylesheet" href="https://fritzm.github.io/theme/photoswipe.css">
<link rel="stylesheet" href="https://fritzm.github.io/theme/default-skin/default-skin.css">
<script src="https://fritzm.github.io/theme/photoswipe.min.js"></script>
<script src="https://fritzm.github.io/theme/photoswipe-ui-default.min.js"></script>
<script src="https://fritzm.github.io/galleries.js"></script>
<script type="text/javascript">
var pswipe = function(gname, index) {
var pswpElement = document.querySelectorAll('.pswp')[0];
var items = galleries[gname];
var options = { index: index };
var gallery = new PhotoSwipe(pswpElement, PhotoSwipeUI_Default, items, options);
gallery.init();
};
</script>
<!-- So Firefox can bookmark->"abo this site" -->
<link href="https://fritzm.github.io/feeds/all.rss.xml" rel="alternate" title="fritzm.github.io" type="application/rss+xml">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="https://fritzm.github.io">fritzm.github.io</a>
<div class="nav-collapse">
<ul class="nav">
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="span9">
<h1>Archives</h1>
<table class="table">
<tbody>
<tr>
<td>01 Sep 2023</td>
<td><a href='https://fritzm.github.io/gt40-2.html'>GT40 Terminal II: Lunar Lander</a></td>
</tr>
<tr>
<td>21 Aug 2023</td>
<td><a href='https://fritzm.github.io/gt40.html'>GT40 Terminal</a></td>
</tr>
<tr>
<td>21 Mar 2022</td>
<td><a href='https://fritzm.github.io/apple-power-lang.html'>Apple II Plus: power supply and language card</a></td>
</tr>
<tr>
<td>13 Mar 2022</td>
<td><a href='https://fritzm.github.io/vm4209.html'>Sanyo VM4209</a></td>
</tr>
<tr>
<td>15 Aug 2021</td>
<td><a href='https://fritzm.github.io/rt11-basic.html'>BASIC-11 under RT11</a></td>
</tr>
<tr>
<td>24 Mar 2021</td>
<td><a href='https://fritzm.github.io/unibone.html'>Unibone</a></td>
</tr>
<tr>
<td>09 Mar 2021</td>
<td><a href='https://fritzm.github.io/1134.html'>PDP-11/34</a></td>
</tr>
<tr>
<td>01 Mar 2021</td>
<td><a href='https://fritzm.github.io/tempests.html'>Atari Tempest repairs</a></td>
</tr>
<tr>
<td>26 Feb 2021</td>
<td><a href='https://fritzm.github.io/pyramid.html'>Project Genius pyramid puzzle</a></td>
</tr>
<tr>
<td>26 Feb 2021</td>
<td><a href='https://fritzm.github.io/travler-5028.html'>Trav-ler 5028 Repair</a></td>
</tr>
<tr>
<td>27 Nov 2020</td>
<td><a href='https://fritzm.github.io/dl11-bodge.html'>PDP-11/45: Reversing a vintage DL11 hack</a></td>
</tr>
<tr>
<td>21 Nov 2020</td>
<td><a href='https://fritzm.github.io/fp11-again.html'>PDP-11/45: Some more floating point trouble</a></td>
</tr>
<tr>
<td>25 Oct 2020</td>
<td><a href='https://fritzm.github.io/unix-v6-trouble-2.html'>PDP-11/45: V6 Unix Troubleshooting, Part II</a></td>
</tr>
<tr>
<td>24 Oct 2020</td>
<td><a href='https://fritzm.github.io/unix-v6-trouble-1.html'>PDP-11/45: V6 Unix Troubleshooting</a></td>
</tr>
<tr>
<td>07 Jun 2020</td>
<td><a href='https://fritzm.github.io/ecos.html'>PDP-11/45: ECOs</a></td>
</tr>
<tr>
<td>25 May 2020</td>
<td><a href='https://fritzm.github.io/parity-handling.html'>PDP-11/45: Parity error handling</a></td>
</tr>
<tr>
<td>21 Jan 2019</td>
<td><a href='https://fritzm.github.io/unix-and-ms11.html'>PDP-11/45: V6 Unix attempts & MS11-L repairs</a></td>
</tr>
<tr>
<td>07 Jan 2019</td>
<td><a href='https://fritzm.github.io/rsts.html'>PDP-11/45: RSTS/E V06C attempts</a></td>
</tr>
<tr>
<td>09 Dec 2018</td>
<td><a href='https://fritzm.github.io/behaving-badly.html'>PDP-11/45 Behaving Badly</a></td>
</tr>
<tr>
<td>09 Dec 2017</td>
<td><a href='https://fritzm.github.io/la30-4.html'>PDP-11/45: LA30 repair IV</a></td>
</tr>
<tr>
<td>02 Dec 2017</td>
<td><a href='https://fritzm.github.io/la30-3.html'>PDP-11/45: LA30 repair III</a></td>
</tr>
<tr>
<td>26 Nov 2017</td>
<td><a href='https://fritzm.github.io/la30-2.html'>PDP-11/45: LA30 repair II</a></td>
</tr>
<tr>
<td>25 Nov 2017</td>
<td><a href='https://fritzm.github.io/la30-repair.html'>PDP-11/45: LA30 repair</a></td>
</tr>
<tr>
<td>15 Jul 2017</td>
<td><a href='https://fritzm.github.io/vt52-keyboard.html'>PDP-11/45: VT52 Keyboard Repair</a></td>
</tr>
<tr>
<td>09 Jul 2017</td>
<td><a href='https://fritzm.github.io/data-recovery.html'>PDP-11/45: Data Recovery</a></td>
</tr>
<tr>
<td>06 Jul 2017</td>
<td><a href='https://fritzm.github.io/rt11-boots.html'>PDP-11/45: First RT-11 Boot From Disk!</a></td>
</tr>
<tr>
<td>04 Jul 2017</td>
<td><a href='https://fritzm.github.io/m9301-troubles.html'>PDP-11/45: M9301 Troubles</a></td>
</tr>
<tr>
<td>25 Jun 2017</td>
<td><a href='https://fritzm.github.io/rk11-7.html'>PDP-11/45: RK11 VII</a></td>
</tr>
<tr>
<td>08 Jun 2017</td>
<td><a href='https://fritzm.github.io/rk11-6.html'>PDP-11/45: RK11 VI - "Pole" and Interrupt Issues</a></td>
</tr>
<tr>
<td>21 May 2017</td>
<td><a href='https://fritzm.github.io/rk11-5.html'>PDP-11/45: RK11 V - Checksum issues</a></td>
</tr>
<tr>
<td>14 May 2017</td>
<td><a href='https://fritzm.github.io/cpu-debug-6.html'>PDP-11/45: CPU debug VI - RK11 NPRs and first disk boot!</a></td>
</tr>
<tr>
<td>09 Apr 2017</td>
<td><a href='https://fritzm.github.io/rk05-2.html'>PDP-11/45: RK05 II - Head Load and Servo Calibration</a></td>
</tr>
<tr>
<td>01 Apr 2017</td>
<td><a href='https://fritzm.github.io/rk11-4.html'>PDP-11/45: RK11 IV</a></td>
</tr>
<tr>
<td>19 Mar 2017</td>
<td><a href='https://fritzm.github.io/rk05.html'>PDP-11/45: RK05</a></td>
</tr>
<tr>
<td>26 Feb 2017</td>
<td><a href='https://fritzm.github.io/rk11-3.html'>PDP-11/45: RK11 III</a></td>
</tr>
<tr>
<td>20 Feb 2017</td>
<td><a href='https://fritzm.github.io/rk11-2.html'>PDP-11/45: RK11 II</a></td>
</tr>
<tr>
<td>29 Jan 2017</td>
<td><a href='https://fritzm.github.io/rk11.html'>PDP-11/45: RK11</a></td>
</tr>
<tr>
<td>16 Jan 2017</td>
<td><a href='https://fritzm.github.io/diagnostics-14.html'>PDP-11/45: Diagnostics XIV - CPU, MMU, FPU Complete!</a></td>
</tr>
<tr>
<td>24 Nov 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-13.html'>PDP-11/45: Diagnostics XIII - FP11 FPU, cont.</a></td>
</tr>
<tr>
<td>30 Oct 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-12.html'>PDP-11/45: Diagnostics XII - FP11 FPU, cont.</a></td>
</tr>
<tr>
<td>23 Oct 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-11.html'>PDP-11/45: Diagnostics XI - FP11 FPU, cont.</a></td>
</tr>
<tr>
<td>01 Oct 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-10.html'>PDP-11/45: Diagnostics X - FP11 FPU, cont.</a></td>
</tr>
<tr>
<td>18 Sep 2016</td>
<td><a href='https://fritzm.github.io/h720e-teardown.html'>PDP-11/45: H720E teardown and inspection</a></td>
</tr>
<tr>
<td>10 Sep 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-9.html'>PDP-11/45: Diagnostics IX - FP11 FPU, cont.</a></td>
</tr>
<tr>
<td>03 Sep 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-8.html'>PDP-11/45: Diagnostics VIII - FP11 FPU</a></td>
</tr>
<tr>
<td>13 Aug 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-7.html'>PDP-11/45: Diagnostics VII - KT11 MMU</a></td>
</tr>
<tr>
<td>07 Aug 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-6.html'>PDP-11/45: Diagnostics VI - GRA ALU PROM repair</a></td>
</tr>
<tr>
<td>31 Jul 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-5.html'>PDP-11/45: Diagnostics V - D0AA0-D0MA0, CKBOA0</a></td>
</tr>
<tr>
<td>17 Jul 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-4.html'>PDP-11/45: Diagnostics IV - CKBME0</a></td>
</tr>
<tr>
<td>16 Jul 2016</td>
<td><a href='https://fritzm.github.io/vt52-repair.html'>PDP-11/45: VT52 repair</a></td>
</tr>
<tr>
<td>09 Jul 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-3.html'>PDP-11/45: Diagnostics III - CKBME0</a></td>
</tr>
<tr>
<td>04 Jul 2016</td>
<td><a href='https://fritzm.github.io/diagnostics-2.html'>PDP-11/45: Diagnostics II</a></td>
</tr>
<tr>
<td>03 Jul 2016</td>
<td><a href='https://fritzm.github.io/diagnostics.html'>PDP-11/45: Diagnostics with PDP11GUI</a></td>
</tr>
<tr>
<td>26 Jun 2016</td>
<td><a href='https://fritzm.github.io/serial-console.html'>PDP-11/45: Serial console and backplane SPC slots</a></td>
</tr>
<tr>
<td>23 Jun 2016</td>
<td><a href='https://fritzm.github.io/m9301-running.html'>PDP-11/45: Running the M9301 console emulator</a></td>
</tr>
<tr>
<td>19 Jun 2016</td>
<td><a href='https://fritzm.github.io/cpu-debug-5.html'>PDP-11/45: CPU debug V -- chasing lights!</a></td>
</tr>
<tr>
<td>18 Jun 2016</td>
<td><a href='https://fritzm.github.io/ms11-debug.html'>PDP-11/45: MS11-L debug</a></td>
</tr>
<tr>
<td>12 Jun 2016</td>
<td><a href='https://fritzm.github.io/cpu-debug-4.html'>PDP-11/45: MS11-L and CPU debug IV</a></td>
</tr>
<tr>
<td>11 Jun 2016</td>
<td><a href='https://fritzm.github.io/cpu-debug-3.html'>PDP-11/45: KM11 replica and CPU debug III</a></td>
</tr>
<tr>
<td>05 Jun 2016</td>
<td><a href='https://fritzm.github.io/cpu-debug-2.html'>PDP-11/45: CPU debug II</a></td>
</tr>
<tr>
<td>30 May 2016</td>
<td><a href='https://fritzm.github.io/power-fixes.html'>PDP-11/45: Power fixes and CPU debug</a></td>
</tr>
<tr>
<td>08 May 2016</td>
<td><a href='https://fritzm.github.io/initial-power-on.html'>PDP-11/45: Initial Power On!</a></td>
</tr>
<tr>
<td>23 Apr 2016</td>
<td><a href='https://fritzm.github.io/power-harness-2.html'>PDP-11/45: Power Harness, continued</a></td>
</tr>
<tr>
<td>17 Apr 2016</td>
<td><a href='https://fritzm.github.io/power-harness.html'>PDP-11/45: Power Harness</a></td>
</tr>
<tr>
<td>09 Apr 2016</td>
<td><a href='https://fritzm.github.io/ebay-parts.html'>PDP-11/45: Some parts from eBay</a></td>
</tr>
<tr>
<td>03 Jan 2016</td>
<td><a href='https://fritzm.github.io/vt52.html'>PDP-11/45: VT52</a></td>
</tr>
<tr>
<td>03 Jul 2015</td>
<td><a href='https://fritzm.github.io/backplane-and-logic.html'>PDP-11/45: CPU Backplane and logic</a></td>
</tr>
<tr>
<td>21 Jun 2015</td>
<td><a href='https://fritzm.github.io/panel-and-742s.html'>PDP-11/45: H742s and front panel</a></td>
</tr>
<tr>
<td>07 Jun 2015</td>
<td><a href='https://fritzm.github.io/fans-and-h742s.html'>PDP-11/45: AC power and cooling</a></td>
</tr>
<tr>
<td>23 May 2015</td>
<td><a href='https://fritzm.github.io/power-controllers.html'>PDP-11/45: H742 power control boards</a></td>
</tr>
<tr>
<td>11 Apr 2015</td>
<td><a href='https://fritzm.github.io/corrosion.html'>PDP-11/45: Teardown and corrosion remediation</a></td>
</tr>
<tr>
<td>29 Mar 2015</td>
<td><a href='https://fritzm.github.io/861.html'>PDP-11/45: 861 AC power control</a></td>
</tr>
<tr>
<td>15 Mar 2015</td>
<td><a href='https://fritzm.github.io/begin-again.html'>PDP-11/45: Begin Again</a></td>
</tr>
<tr>
<td>02 Dec 2014</td>
<td><a href='https://fritzm.github.io/jsfiddle-test.html'>three.js and JSFiddle</a></td>
</tr>
<tr>
<td>01 Dec 2014</td>
<td><a href='https://fritzm.github.io/moebius.html'>Moebious transformation animated GIFs</a></td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Site
</li>
<li><a href="https://fritzm.github.io/archives.html">Archives</a>
<li><a href="https://fritzm.github.io/tags.html">Tags</a>
<li><a href="https://fritzm.github.io/feeds/all.rss.xml" rel="alternate">RSS feed</a></li>
</ul>
</div>
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Categories
</li>
<li><a href="https://fritzm.github.io/category/arcade-games.html">Arcade Games</a></li>
<li><a href="https://fritzm.github.io/category/math.html">Math</a></li>
<li><a href="https://fritzm.github.io/category/micros.html">Micros</a></li>
<li><a href="https://fritzm.github.io/category/pdp-11.html">PDP-11</a></li>
<li><a href="https://fritzm.github.io/category/programming.html">Programming</a></li>
<li><a href="https://fritzm.github.io/category/radios.html">Radios</a></li>
</ul>
</div>
<div class="social">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Social
</li>
<li><a href="http://facebook.com/fritzmueller">facebook</a></li>
<li><a href="http://instagram.com/infrafritz">Instagram</a></li>
<li><a href="http://www.linkedin.com/pub/fritz-mueller/a/679/62/">LinkedIn</a></li>
<li><a href="http://jsfiddle.net/user/fritzm/fiddles/">JSFiddle</a></li>
<li><a href="https://github.com/fritzm">GitHub</a></li>
</ul>
</div>
</div>
</div>
</div> </div>
<footer>
<br />
<p><a href="https://fritzm.github.io">fritzm.github.io</a> © Fritz Mueller 2023</p>
</footer>
</div> <!-- /container -->
<!-- Photoswipe -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://fritzm.github.io/theme/bootstrap-collapse.js"></script>
</body>
</html>