basic xfs read support
git-svn-id: svn://kolibrios.org@3913 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1006,6 +1006,9 @@ end virtual
|
||||
call ext2_create_partition
|
||||
test eax, eax
|
||||
jnz .success
|
||||
call xfs_create_partition
|
||||
test eax, eax
|
||||
jnz .success
|
||||
; 3. No file system has recognized the volume, so just allocate the PARTITION
|
||||
; structure without extra fields.
|
||||
movi eax, sizeof.PARTITION
|
||||
|
Reference in New Issue
Block a user