diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-23 23:24:16 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-23 23:24:16 -0800 |
commit | bf8f246e0833285de82c0bd9170eab49f1340e08 (patch) | |
tree | 044c345f74b108889ea70e64eefe88be72c10c33 | |
parent | 6b6eaf395ef5ec78aebf551f4ec43b646fe490d2 (diff) | |
download | mu-bf8f246e0833285de82c0bd9170eab49f1340e08.tar.gz |
7398
-rw-r--r-- | apps/boot.hex | 4 | ||||
-rw-r--r-- | html/apps/boot.hex.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/boot.hex b/apps/boot.hex index e49dd2d8..33738cf7 100644 --- a/apps/boot.hex +++ b/apps/boot.hex @@ -279,14 +279,14 @@ e9 fb ff ff ff # loop forever 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -# entry 8: clock? +# entry 8: clock 20 7d # target[0:16] = null interrupt handler 08 00 # segment selector (gdt_code) 00 # unused 8e # 1/p 00/dpl 0 1110/type/32-bit-interrupt-gate 00 00 # target[16:32] -# entry 9: keyboard? +# entry 9: keyboard 30 7d # target[0:16] = keyboard interrupt handler 08 00 # segment selector (gdt_code) 00 # unused 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> |