]> wirehaze git hosting - BOS.git/blobdiff - kernel/shell/commands.asm

wirehaze git hosting

partial fat12 structs recovered from forum
[BOS.git] / kernel / shell / commands.asm
index 1c66dc74949e17ae3fbecc90a3569509b525ec68..e68186203f4377da6143c2498dd79f8a64bc00ea 100755 (executable)
@@ -65,7 +65,7 @@
      ;-------------------;\r
      ;   show version    ;\r
      ;-------------------;\r
      ;-------------------;\r
      ;   show version    ;\r
      ;-------------------;\r
-         bos_ver_str     db   13,10,'BOS version 0.04 by Christoffer Bubach, 2003-2005.', 0\r
+         bos_ver_str     db   13,10,'BOS version 0.05 by Christoffer Bubach, 2003-2005.', 0\r
      show_ver:\r
          push    esi\r
          push    bx\r
      show_ver:\r
          push    esi\r
          push    bx\r
          call    print_char\r
 \r
          call    fdd_reset\r
          call    print_char\r
 \r
          call    fdd_reset\r
-         call    fdd_recalibrate                     ; do somthing about the error.. :P\r
+         mov     al, 1\r
+         call    fdd_recal_seek                      ; do somthing about the error.. :P\r
 \r
      .end:\r
          ret\r
 \r
      .end:\r
          ret\r