From 706d8edc5abf15960ff8bebf9a2a6dc76b23eeac Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 4 Sep 2014 11:13:43 +0200 Subject: using raimage instead of floppy --- asm/int_floppy_handler.asm | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 asm/int_floppy_handler.asm (limited to 'asm') diff --git a/asm/int_floppy_handler.asm b/asm/int_floppy_handler.asm deleted file mode 100644 index 53fb9e7..0000000 --- a/asm/int_floppy_handler.asm +++ /dev/null @@ -1,16 +0,0 @@ -global int_floppy_handler -[extern int_floppy] - - -[bits 32] -int_floppy_handler: - - cli - - call int_floppy - - mov al, 0x20 ;Port number AND command number to Acknowledge IRQ - out 0x20, al ;Acknowledge IRQ, so we keep getting interrupts - - sti - iret ;Interrupt-Return -- cgit v1.2.3