diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-24 20:54:53 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-24 20:54:53 -0800 |
commit | ec75fe7f28dfc1cd23f69311a35f44d92318e5b7 (patch) | |
tree | 191c01e2e1c01f63e369cbc7a40c608b2c7005ea | |
parent | 3844651e49258a400ed81273f7cd620a14264386 (diff) | |
download | mu-ec75fe7f28dfc1cd23f69311a35f44d92318e5b7.tar.gz |
7560
-rw-r--r-- | baremetal/boot.hex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex index dd3e1f74..5eda9153 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -381,7 +381,7 @@ e9 fd ff # loop forever # 2f8: # idt_descriptor: - ff 00 # idt_end - idt_start - 1 + ff 03 # idt_end - idt_start - 1 00 80 00 00 # start = idt_start [label] # padding |