forked from KolibriOS/kolibrios
turn off XFS driver until better times
git-svn-id: svn://kolibrios.org@6503 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
31fad3ee4a
commit
85cf426f43
@ -667,4 +667,8 @@ include "iso9660.inc" ; read for CD filesystem
|
|||||||
include "fat.inc"
|
include "fat.inc"
|
||||||
include "ntfs.inc"
|
include "ntfs.inc"
|
||||||
include "ext.inc"
|
include "ext.inc"
|
||||||
include "xfs.asm"
|
; include "xfs.asm"
|
||||||
|
|
||||||
|
xfs_create_partition:
|
||||||
|
xor eax, eax
|
||||||
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user