Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5791 → Rev 5790

/kernel/trunk/init.inc
623,12 → 623,10
mov ecx, eax
 
mov eax, [ebx+HPET_PERIOD]
xor edx, edx
shld edx, eax, 10
shl eax, 10
mov esi, 1000000
div esi
mov [hpet_period-OS_BASE], eax
mov edx, 0x431BDE83
mul edx
shr edx, 18
mov [hpet_period-OS_BASE], edx
 
mov esi, [ebx+HPET_CFG]
and esi, not HPET_CFG_ENABLE