Subversion Repositories Kolibri OS

Rev

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

Rev 9166 Rev 9168
Line 572... Line 572...
572
        
572
        
Line 573... Line 573...
573
        ;stdcall ahci_read_first_sector, ecx
573
        ;stdcall ahci_read_first_sector, ecx
574
 
574
 
-
 
575
        push    ecx
575
        push    ecx
576
        mov     eax, [hd_counter]
576
        mov     eax, [hd_counter]
577
        inc     [hd_counter]
577
        xor     edx, edx
578
        xor     edx, edx
578
        mov     ecx, 10
579
        mov     ecx, 10
579
        div     ecx ; eax = hd_counter / 10, edx = hd_counter % 10
580
        div     ecx ; eax = hd_counter / 10, edx = hd_counter % 10