Subversion Repositories Kolibri OS

Rev

Rev 5596 | Rev 5645 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5596 Rev 5629
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 5596 $
74
$Revision: 5629 $
Line 281... Line 281...
281
 
281
 
282
        call    test_cpu
282
        call    test_cpu
Line 283... Line 283...
283
        bts     [cpu_caps-OS_BASE], CAPS_TSC    ;force use rdtsc
283
        bts     [cpu_caps-OS_BASE], CAPS_TSC    ;force use rdtsc
-
 
284
 
284
 
285
        call    check_acpi
285
        call    check_acpi
286
        call    init_hpet
286
        call    init_BIOS32
287
        call    init_BIOS32
287
; MEMORY MODEL
288
; MEMORY MODEL
288
        call    mem_test
289
        call    mem_test
Line 695... Line 696...
695
 
696
 
696
        dec     eax
697
        dec     eax
697
@@:
698
@@:
Line -... Line 699...
-
 
699
        mov     [clipboard_main_list], eax
-
 
700
 
-
 
701
        mov eax, [acpi_hpet_base]
-
 
702
        DEBUGF  1, "K : ACPI HPET base %x\n", eax
-
 
703
        mov eax, [hpet_base]
-
 
704
        DEBUGF  1, "K : HPET base %x\n", eax
-
 
705
        mov eax, [hpet_period]
-
 
706
        DEBUGF  1, "K : HPET period %d\n", eax
-
 
707
 
-
 
708
        mov     eax, [hpet_base]
-
 
709
        stdcall map_io_mem, [hpet_base], 1024, PG_GLOBAL+PAT_UC+PG_SWR
698
        mov     [clipboard_main_list], eax
710
        mov     [hpet_base], eax
Line 699... Line 711...
699
 
711
 
700
; SET UP OS TASK
712
; SET UP OS TASK