Subversion Repositories Kolibri OS

Rev

Rev 1190 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1190 Rev 1191
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1190 $
8
$Revision: 1191 $
9
 
9
 
10
 
10
 
Line 386... Line 386...
386
    test  eax,eax
386
    test  eax,eax
387
    jz    problem_fat_dec_count
387
    jz    problem_fat_dec_count
388
    mov   [SECTORS_PER_CLUSTER],eax
388
    mov   [SECTORS_PER_CLUSTER],eax
Line 389... Line 389...
389
 
389
 
390
    movzx ecx,word [ebx+0xb]    ; bytes per sector
390
    movzx ecx,word [ebx+0xb]    ; bytes per sector
391
    cmp   eax,0x200
391
    cmp   ecx,0x200
392
    jnz   problem_fat_dec_count
392
    jnz   problem_fat_dec_count
Line 393... Line 393...
393
    mov   [BYTES_PER_SECTOR],ecx
393
    mov   [BYTES_PER_SECTOR],ecx
394
 
394