Subversion Repositories Kolibri OS

Rev

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

Rev 3742 Rev 3913
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2011-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2011-2012. 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: 3742 $
8
$Revision: 3913 $
9
 
9
 
10
; =============================================================================
10
; =============================================================================
11
; ================================= Constants =================================
11
; ================================= Constants =================================
Line 1004... Line 1004...
1004
        test    eax, eax
1004
        test    eax, eax
1005
        jnz     .success
1005
        jnz     .success
1006
        call    ext2_create_partition
1006
        call    ext2_create_partition
1007
        test    eax, eax
1007
        test    eax, eax
1008
        jnz     .success
1008
        jnz     .success
-
 
1009
        call    xfs_create_partition
-
 
1010
        test    eax, eax
-
 
1011
        jnz     .success
1009
; 3. No file system has recognized the volume, so just allocate the PARTITION
1012
; 3. No file system has recognized the volume, so just allocate the PARTITION
1010
; structure without extra fields.
1013
; structure without extra fields.
1011
        movi    eax, sizeof.PARTITION
1014
        movi    eax, sizeof.PARTITION
1012
        call    malloc
1015
        call    malloc
1013
        test    eax, eax
1016
        test    eax, eax