Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3912 → Rev 3913

/kernel/trunk/blkdev/disk.inc
1006,6 → 1006,9
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