Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8110 → Rev 8111

/kernel/trunk/kernel.asm
210,8 → 210,7
call test_cpu
bts [cpu_caps-OS_BASE], CAPS_TSC ;force use rdtsc
 
call check_acpi
call init_hpet
call acpi_locate
call init_BIOS32
; MEMORY MODEL
call mem_test
552,6 → 551,8
@@:
mov [clipboard_main_list], eax
 
call check_acpi
 
mov eax, [hpet_base]
test eax, eax
jz @F
558,8 → 559,9
mov eax, [hpet_base]
stdcall map_io_mem, [hpet_base], 1024, PG_GLOBAL+PAT_UC+PG_SWR
mov [hpet_base], eax
mov eax, [eax]
mov eax, [eax+HPET_ID]
DEBUGF 1, "K : HPET caps %x\n", eax
call init_hpet
@@:
; SET UP OS TASK
 
892,7 → 894,7
mov ebx, [hpet_base]
test ebx, ebx
jz @F
mov ebx, [ebx+0xF0]
mov ebx, [ebx+HPET_COUNTER]
 
rdtsc
mov ecx, 1000