Subversion Repositories Kolibri OS

Rev

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

Rev 846 Rev 848
Line 7... Line 7...
7
;; (C) 2004 Ville Turjanmaa, License: GPL                       ;;
7
;; (C) 2004 Ville Turjanmaa, License: GPL                       ;;
8
;; Addings by M.Lisovin                                         ;;
8
;; Addings by M.Lisovin                                         ;;
9
;; LFN support by diamond                                       ;;
9
;; LFN support by diamond                                       ;;
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
$Revision: 846 $
12
$Revision: 848 $
Line 13... Line 13...
13
 
13
 
Line 889... Line 889...
889
;  ret ebx = bytes read or 0xffffffff file not found
889
;  ret ebx = bytes read or 0xffffffff file not found
890
;      eax = 0 ok read or other = errormsg
890
;      eax = 0 ok read or other = errormsg
891
;
891
;
892
;--------------------------------------------------------------
892
;--------------------------------------------------------------
893
fs_RamdiskRead:
893
fs_RamdiskRead:
-
 
894
 
894
	cmp	byte [esi], 0
895
	cmp	byte [esi], 0
895
	jnz	@f
896
	jnz	@f
896
	or	ebx, -1
897
	or	ebx, -1
897
	mov	eax, 10 	; access denied
898
	mov	eax, 10 	; access denied
898
	ret
899
	ret