Subversion Repositories Kolibri OS

Rev

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

Rev 6875 Rev 7736
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: 6875 $
8
$Revision: 7736 $
9
 
9
 
10
ERROR_SUCCESS        = 0
10
ERROR_SUCCESS        = 0
11
ERROR_DISK_BASE      = 1
11
ERROR_DISK_BASE      = 1
Line 690... Line 690...
690
include "fs_common.inc"
690
include "fs_common.inc"
691
include "iso9660.inc"   ; read for CD filesystem
691
include "iso9660.inc"   ; read for CD filesystem
692
include "fat.inc"
692
include "fat.inc"
693
include "ntfs.inc"
693
include "ntfs.inc"
694
include "ext.inc"
694
include "ext.inc"
695
; include "xfs.asm"
695
include "xfs.asm"
696
 
-
 
697
xfs_create_partition:
-
 
698
        xor     eax, eax
-
 
699
        ret
-