Subversion Repositories Kolibri OS

Rev

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

Rev 75 Rev 94
Line 13... Line 13...
13
     jnz  exit_for_anyone
13
     jnz  exit_for_anyone
14
     mov edx,[3010h]
14
     mov edx,[3010h]
15
     mov edx,[edx+10h]
15
     mov edx,[edx+10h]
16
     add edx,ecx
16
     add edx,ecx
17
 img_save_hd_3:
17
 img_save_hd_3:
-
 
18
     call    reserve_hd1
18
     call restorefatchain      ; restore FAT !!!
19
     call restorefatchain      ; restore FAT !!!
19
     mov  eax,image_save
20
     mov  eax,image_save
20
     mov  ebx,1440*1024        ; size 1440 Kb
21
     mov  ebx,1440*1024        ; size 1440 Kb
21
     mov  ecx,0x100000         ; address of image
22
     mov  ecx,0x100000         ; address of image
22
     call file_write
23
     call file_write