X-Git-Url: https://git.wirehaze.ovh/BOS.git/blobdiff_plain/e7307fb715b46f4ac09ae7781fad9dbefa1090a7..359bb65a0ed9dbb75a208db4675db689877a85b9:/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