Subversion Repositories Kolibri OS

Rev

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

Rev 6338 Rev 6462
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 6338 $
8
$Revision: 6462 $
9
 
9
 
10
ERROR_SUCCESS        = 0
10
ERROR_SUCCESS        = 0
11
ERROR_DISK_BASE      = 1
11
ERROR_DISK_BASE      = 1
Line 963... Line 963...
963
        xor     ebp, ebp
963
        xor     ebp, ebp
964
        test    esi, esi
964
        test    esi, esi
965
        jz      .ret.ok
965
        jz      .ret.ok
966
        mov     byte [edi-1], '/'
966
        mov     byte [edi-1], '/'
967
        jmp     .set_copy_cont
967
        jmp     .set_copy_cont
-
 
968
 
-
 
969
include "parse_fn.inc"
-
 
970
include "fs_common.inc"
-
 
971
include "iso9660.inc"   ; read for CD filesystem
-
 
972
include "fat.inc"
-
 
973
include "ntfs.inc"
-
 
974
include "ext.inc"
-
 
975
include "xfs.asm"