Subversion Repositories Kolibri OS

Rev

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

Rev 684 Rev 1491
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 684 $
8
$Revision: 1491 $
9
 
9
 
10
 
10
 
Line 19... Line 19...
19
.name:
19
.name:
20
        dd      ?
20
        dd      ?
21
endg
21
endg
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     eax, saverd_fileinfo
24
        mov     ebx, saverd_fileinfo
25
        mov     [saverd_fileinfo.name], ecx
25
        mov     [saverd_fileinfo.name], ecx
26
        pushad
26
        pushad
27
        push    eax
-
 
28
        call    file_system_lfn
27
        call    file_system_lfn	;in ebx
29
        pop     eax
-
 
30
        popad
28
        popad
31
        mov     [esp+32], eax
29
        mov     [esp+32], eax
32
        ret
30
        ret