X-Git-Url: https://git.wirehaze.ovh/BOS.git/blobdiff_plain/e7307fb715b46f4ac09ae7781fad9dbefa1090a7..feb10bb68651e7dbfc922639f9f16861c1af93bf:/kernel/shell/commands.asm?ds=sidebyside diff --git a/kernel/shell/commands.asm b/kernel/shell/commands.asm index 1c66dc7..e681862 100755 --- a/kernel/shell/commands.asm +++ b/kernel/shell/commands.asm @@ -65,7 +65,7 @@ ;-------------------; ; show version ; ;-------------------; - bos_ver_str db 13,10,'BOS version 0.04 by Christoffer Bubach, 2003-2005.', 0 + bos_ver_str db 13,10,'BOS version 0.05 by Christoffer Bubach, 2003-2005.', 0 show_ver: push esi push bx @@ -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