summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-07-08 12:14:15 +0200
committerMichal Idziorek <m.i@gmx.at>2014-07-08 12:14:15 +0200
commit24c2a30b304ac1285db71375e31f46f85b50b1bc (patch)
treeea59569e9c9abf221e191516a7a4fd78331ff51b /boot
parent264e6ebaa0816d0d2070090ebd7a75d7767929cb (diff)
Refactoring and movint Interrupt Vector Setup to C
Diffstat (limited to 'boot')
-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 '@'
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;