Subversion Repositories Kolibri OS

Rev

Rev 5363 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5363 Rev 9734
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2011-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2011-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 5363 $
8
$Revision: 9734 $
9
 
9
 
10
; Read/write functions try to do large operations,
10
; Read/write functions try to do large operations,
11
; it is significantly faster than several small operations.
11
; it is significantly faster than several small operations.
Line 55... Line 55...
55
        jmp     fs_read64_common
55
        jmp     fs_read64_common
Line 56... Line 56...
56
 
56
 
57
; Read several sequential sectors using cache #2.
57
; Read several sequential sectors using cache #2.
58
; in: edx:eax = start sector, relative to start of partition
58
; in: edx:eax = start sector, relative to start of partition
59
; in: ecx = number of sectors to read
59
; in: ecx = number of sectors to read
60
; in: edi -> buffer
60
; in: ebx -> buffer
61
; in: ebp -> PARTITION
61
; in: ebp -> PARTITION
62
; out: eax = error code, 0 = ok
62
; out: eax = error code, 0 = ok
63
; out: ecx = number of sectors that were read
63
; out: ecx = number of sectors that were read
64
fs_read64_app:
64
fs_read64_app: