Subversion Repositories Kolibri OS

Rev

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

Rev 6502 Rev 6503
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 6502 $
8
$Revision: 6503 $
9
 
9
 
10
ERROR_SUCCESS        = 0
10
ERROR_SUCCESS        = 0
11
ERROR_DISK_BASE      = 1
11
ERROR_DISK_BASE      = 1
Line 665... Line 665...
665
include "fs_common.inc"
665
include "fs_common.inc"
666
include "iso9660.inc"   ; read for CD filesystem
666
include "iso9660.inc"   ; read for CD filesystem
667
include "fat.inc"
667
include "fat.inc"
668
include "ntfs.inc"
668
include "ntfs.inc"
669
include "ext.inc"
669
include "ext.inc"
670
include "xfs.asm"
670
; include "xfs.asm"
-
 
671
 
-
 
672
xfs_create_partition:
-
 
673
        xor     eax, eax
-
 
674
        ret