Subversion Repositories Kolibri OS

Rev

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

Rev 2540 Rev 3187
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