Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 10015 → Rev 10016

/kernel/trunk/fs/fs_lfn.inc
448,8 → 448,10
jz @f
mov eax, dword[ebp+DISK.MediaInfo.Capacity]
mov edx, dword[ebp+DISK.MediaInfo.Capacity+4]
shld edx, eax, 9
shl eax, 9
mov ecx, [ebp + DISK.MediaInfo.SectorSize]
bsf ecx, ecx
shld edx, eax, cl
shl eax, cl
mov [edi+36], edx
mov [edi+32], eax
@@:
/kernel/trunk/fs/parse_fn.inc
71,7 → 71,6
jne .next_cd
@@:
ret
end if
 
.hard_disk:
sub al, '1'
82,6 → 81,8
mov [ecx+9], dword 'IBRI'
mov [ecx+13], byte 0
ret
end if
 
endp
 
cp866toUpper: