Subversion Repositories Kolibri OS

Rev

Rev 52 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 63
Line 1669... Line 1669...
1669
;--------------------------------------------------------------------------
1669
;--------------------------------------------------------------------------
1670
    cmp   [fat_type],0
1670
    cmp   [fat_type],0
1671
    jnz   fat_ok_for_reading
1671
    jnz   fat_ok_for_reading
1672
    xor   ebx,ebx
1672
    xor   ebx,ebx
1673
    mov   eax,ERROR_UNKNOWN_FS
1673
    mov   eax,ERROR_UNKNOWN_FS
-
 
1674
    mov   [hd1_status], ebx
1674
    ret
1675
    ret
Line 1675... Line 1676...
1675
 
1676
 
1676
  fat_ok_for_reading:
1677
  fat_ok_for_reading: