Subversion Repositories Kolibri OS

Rev

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

Rev 94 Rev 115
Line 9... Line 9...
9
     mov  edx,bootpath2             ; path = 0 (root dir)
9
     mov  edx,bootpath2             ; path = 0 (root dir)
10
     jmp  img_save_hd_3
10
     jmp  img_save_hd_3
11
 img_save_hd_2:
11
 img_save_hd_2:
12
     cmp  ebx,3
12
     cmp  ebx,3
13
     jnz  exit_for_anyone
13
     jnz  exit_for_anyone
14
     mov edx,[3010h]
14
     mov edx,[0x3010]
15
     mov edx,[edx+10h]
15
     mov edx,[edx+TASKDATA.mem_start]
16
     add edx,ecx
16
     add edx,ecx
17
 img_save_hd_3:
17
 img_save_hd_3:
18
     call    reserve_hd1
18
     call    reserve_hd1
19
     call restorefatchain      ; restore FAT !!!
19
     call restorefatchain      ; restore FAT !!!
20
     mov  eax,image_save
20
     mov  eax,image_save