Subversion Repositories Kolibri OS

Rev

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

Rev 210 Rev 256
Line 19... Line 19...
19
hd_read:
19
hd_read:
20
;-----------------------------------------------------------
20
;-----------------------------------------------------------
21
; input  : eax = block to read
21
; input  : eax = block to read
22
;          ebx = destination
22
;          ebx = destination
23
;-----------------------------------------------------------
23
;-----------------------------------------------------------
-
 
24
        and     [hd_error], 0
24
    push  ecx esi edi           ; scan cache
25
    push  ecx esi edi           ; scan cache
Line 25... Line 26...
25
 
26
 
26
    mov   ecx,cache_max         ; entries in cache
27
    mov   ecx,cache_max         ; entries in cache
27
    mov   esi,0x600000+8
28
    mov   esi,0x600000+8