Subversion Repositories Kolibri OS

Rev

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

Rev 7965 Rev 8680
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2020. 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: 7965 $
8
$Revision: 8680 $
9
 
9
 
Line 383... Line 383...
383
        mov     byte [buff+4], al
383
        mov     byte [buff+4], al
384
        mov     [name], ebx
384
        mov     [name], ebx
Line 385... Line 385...
385
 
385
 
386
        mov     eax, 70
386
        mov     eax, 70
387
        lea     ebx, [cmd]
387
        lea     ebx, [cmd]
-
 
388
        pushad
-
 
389
        cld
-
 
390
        call    protect_from_terminate
-
 
391
        call    file_system_lfn
-
 
392
        call    unprotect_from_terminate
388
        int     0x40
393
        popad
389
        ret
394
        ret
Line 390... Line 395...
390
endp
395
endp
391
 
396