diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-04 11:13:43 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-04 11:13:43 +0200 |
| commit | 706d8edc5abf15960ff8bebf9a2a6dc76b23eeac (patch) | |
| tree | 9211bd0d4c336f5cee954d3f43df3853d2b310dc /asm | |
| parent | 5a1d77e158bee2f81623a8ebce7a154a9d8eed99 (diff) | |
using raimage instead of floppy
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/int_floppy_handler.asm | 16 |
1 files changed, 0 insertions, 16 deletions
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 |
