Subversion Repositories Kolibri OS

Rev

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

Rev 2465 Rev 3500
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. 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: 2465 $
8
$Revision: 3500 $
9
 
9
 
10
 
10
 
Line 22... Line 22...
22
sysfn_saveramdisk:      ; 18.6 = SAVE FLOPPY IMAGE (HD version only)
22
sysfn_saveramdisk:      ; 18.6 = SAVE FLOPPY IMAGE (HD version only)
23
        call    restorefatchain
23
        call    restorefatchain
24
        mov     ebx, saverd_fileinfo
24
        mov     ebx, saverd_fileinfo
25
        mov     [saverd_fileinfo.name], ecx
25
        mov     [saverd_fileinfo.name], ecx
26
        pushad
26
        pushad
27
        call    file_system_lfn	;in ebx
27
        call    file_system_lfn_protected ;in ebx
28
        popad
28
        popad
29
        mov     [esp+32], eax
29
        mov     [esp+32], eax
30
        ret
30
        ret