basic xfs read support

git-svn-id: svn://kolibrios.org@3913 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2013-09-17 21:28:18 +00:00
parent 7737f74884
commit 0ad6f9623f
4 changed files with 3291 additions and 0 deletions

View File

@@ -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