about summary refs log tree commit diff stats
path: root/html/apps/boot.hex.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-23 23:24:16 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-23 23:24:16 -0800
commitbf8f246e0833285de82c0bd9170eab49f1340e08 (patch)
tree044c345f74b108889ea70e64eefe88be72c10c33 /html/apps/boot.hex.html
parent6b6eaf395ef5ec78aebf551f4ec43b646fe490d2 (diff)
downloadmu-bf8f246e0833285de82c0bd9170eab49f1340e08.tar.gz
7398
Diffstat (limited to 'html/apps/boot.hex.html')
-rw-r--r--html/apps/boot.hex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/boot.hex.html b/html/apps/boot.hex.html
index 328073da..74d72610 100644
--- a/html/apps/boot.hex.html
+++ b/html/apps/boot.hex.html
@@ -332,14 +332,14 @@ if ('onhashchange' in window) {
 <span id="L279" class="LineNr">279 </span>00 00 00 00 00 00 00 00
 <span id="L280" class="LineNr">280 </span>00 00 00 00 00 00 00 00
 <span id="L281" class="LineNr">281 </span>
-<span id="L282" class="LineNr">282 </span><span class="Comment"># entry 8: clock?</span>
+<span id="L282" class="LineNr">282 </span><span class="Comment"># entry 8: clock</span>
 <span id="L283" class="LineNr">283 </span>  20 7d  <span class="Comment"># target[0:16] = null interrupt handler</span>
 <span id="L284" class="LineNr">284 </span>  08 00  <span class="Comment"># segment selector (gdt_code)</span>
 <span id="L285" class="LineNr">285 </span>  00  <span class="Comment"># unused</span>
 <span id="L286" class="LineNr">286 </span>  8e  <span class="Comment"># 1/p 00/dpl 0 1110/type/32-bit-interrupt-gate</span>
 <span id="L287" class="LineNr">287 </span>  00 00  <span class="Comment"># target[16:32]</span>
 <span id="L288" class="LineNr">288 </span>
-<span id="L289" class="LineNr">289 </span><span class="Comment"># entry 9: keyboard?</span>
+<span id="L289" class="LineNr">289 </span><span class="Comment"># entry 9: keyboard</span>
 <span id="L290" class="LineNr">290 </span>  30 7d  <span class="Comment"># target[0:16] = keyboard interrupt handler</span>
 <span id="L291" class="LineNr">291 </span>  08 00  <span class="Comment"># segment selector (gdt_code)</span>
 <span id="L292" class="LineNr">292 </span>  00  <span class="Comment"># unused</span>