Subversion Repositories Kolibri OS

Rev

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

Rev 3313 Rev 3314
Line 6... Line 6...
6
;;   23.01.2010  turbanoff  - support 70.0 70.1                 ;;
6
;;   23.01.2010  turbanoff  - support 70.0 70.1                 ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;                                                              ;;
8
;;                                                              ;;
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
$Revision: 3313 $
11
$Revision: 3314 $
12
 
12
 
13
EXT2_BAD_INO         = 1
13
EXT2_BAD_INO         = 1
14
EXT2_ROOT_INO        = 2
14
EXT2_ROOT_INO        = 2
Line 1009... Line 1009...
1009
        ret
1009
        ret
Line 1010... Line 1010...
1010
        
1010
        
1011
    .only_one_block:
1011
    .only_one_block:
1012
        mov     esi, ebx
1012
        mov     esi, ebx
1013
        rep movsb                               ;кусок last блока
-
 
1014
        pop     eax
1013
        rep movsb                               ;кусок last блока
Line 1015... Line 1014...
1015
        jmp     .end_read
1014
        jmp     .end_read
1016
        
1015
        
1017
   .error_at_first_block:
1016
   .error_at_first_block: