Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1377 → Rev 1378

/kernel/trunk/fs/ntfs.inc
95,8 → 95,8
 
ntfs_setup: ; CODE XREF: part_set.inc
; By given bootsector, initialize some NTFS variables
call ntfs_test_bootsec
jc problem_fat_dec_count
; call ntfs_test_bootsec
; jc problem_fat_dec_count
movzx eax, byte [ebx+13]
mov [ntfs_data.sectors_per_cluster], eax
mov eax, [ebx+0x28]
1268,6 → 1268,7
;
;--------------------------------------------------------------
ntfs_HdReadFolder:
xchg bx, bx
mov eax, 5 ; root cluster
cmp byte [esi], 0
jz .doit
1813,3 → 1814,4
pop edi esi
xor eax, eax
ret