diff --git a/io.asm b/io.asm index 2d49e5e..c4d06e2 100644 --- a/io.asm +++ b/io.asm @@ -276,6 +276,11 @@ endif dec di jz sector_read_fail + + reset_disk: + xor ax, ax + int 13h + pop cx pop ax jmp try_sector_read