From 24c2a30b304ac1285db71375e31f46f85b50b1bc Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 8 Jul 2014 12:14:15 +0200 Subject: Refactoring and movint Interrupt Vector Setup to C --- boot/mbr.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'boot/mbr.asm') 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 '@' ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3