summaryrefslogtreecommitdiff
path: root/boot/mbr.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot/mbr.asm')
-rw-r--r--boot/mbr.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/boot/mbr.asm b/boot/mbr.asm
index 41568c4..93126b1 100644
--- a/boot/mbr.asm
+++ b/boot/mbr.asm
@@ -232,9 +232,7 @@ idt_descriptor:
;;;; DEBUGGING STUFF
times 8 db '@'
-dw interrupt
-db '@'
-dw interrupt2
+times 8 db '@'
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;