X-Git-Url: https://git.wirehaze.ovh/BOS.git/blobdiff_plain/9e95ad198791394bb99ab761909d5c415011e527..9eee6999d9d27301b73f604c9978677c9794d717:/kernel/shell/commands.asm diff --git a/kernel/shell/commands.asm b/kernel/shell/commands.asm index 1c66dc7..3314e01 100755 --- a/kernel/shell/commands.asm +++ b/kernel/shell/commands.asm @@ -311,7 +311,8 @@ call print_char call fdd_reset - call fdd_recalibrate ; do somthing about the error.. :P + mov al, 1 + call fdd_recal_seek ; do somthing about the error.. :P .end: ret