about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-23 20:00:14 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-23 20:00:14 -0800
commit3a66a9093065bf7565f3809ba92e90d4d16b3b7d (patch)
tree429433da950eb86f70b9a0928ffc7d76b01e28c6 /apps
parent22bef2d148f9cfc289c531307c408da542f5e8dd (diff)
downloadmu-3a66a9093065bf7565f3809ba92e90d4d16b3b7d.tar.gz
7392
Diffstat (limited to 'apps')
-rw-r--r--apps/boot.hex4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/boot.hex b/apps/boot.hex
index 009b6c48..111c6cc4 100644
--- a/apps/boot.hex
+++ b/apps/boot.hex
@@ -245,11 +245,11 @@ e9 fb ff ff ff  # loop forever
 00 00 00 00 00 00 00 00
 
 # offset 8
-  20 7d  # offset[0:16]
+  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  # offset[16:32]
+  00 00  # target[16:32]
 
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00