Subversion Repositories Kolibri OS

Rev

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

Rev 2465 Rev 2987
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. 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: 2465 $
8
$Revision: 2987 $
9
 
9
 
10
 
10
 
Line 131... Line 131...
131
        pop     ecx
131
        pop     ecx
132
        inc     [hdpos]
132
        inc     [hdpos]
133
        loop    start_search_partitions_bd
133
        loop    start_search_partitions_bd
134
        jmp     end_search_partitions
134
        jmp     end_search_partitions
Line -... Line 135...
-
 
135
 
-
 
136
problem_partition db 0  ; used for partitions search
-
 
137
 
-
 
138
include  '../fs/part_set.inc'
135
 
139
 
136
partition_data_transfer:
140
partition_data_transfer:
137
        mov     edi, [transfer_adress]
141
        mov     edi, [transfer_adress]
138
        mov     esi, PARTITION_START            ;start of file_system_data
142
        mov     esi, PARTITION_START            ;start of file_system_data
139
        mov     ecx, (file_system_data_size+3)/4
143
        mov     ecx, (file_system_data_size+3)/4