Subversion Repositories Kolibri OS

Rev

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

Rev 5629 Rev 5645
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: 5629 $
74
$Revision: 5645 $
Line 696... Line 696...
696
 
696
 
697
        dec     eax
697
        dec     eax
698
@@:
698
@@:
Line 699... Line -...
699
        mov     [clipboard_main_list], eax
-
 
700
 
-
 
701
        mov eax, [acpi_hpet_base]
699
        mov     [clipboard_main_list], eax
-
 
700
 
-
 
701
        mov     eax, [hpet_base]
702
        DEBUGF  1, "K : ACPI HPET base %x\n", eax
702
        test    eax, eax
703
        mov eax, [hpet_base]
703
        jz      @F
704
        DEBUGF  1, "K : HPET base %x\n", eax
704
        DEBUGF  1, "K : HPET base %x\n", eax
-
 
705
        mov     eax, [hpet_period]
-
 
706
        DEBUGF  1, "K : HPET period %d\n", eax
Line 705... Line 707...
705
        mov eax, [hpet_period]
707
        mov     eax, [hpet_timers]
706
        DEBUGF  1, "K : HPET period %d\n", eax
708
        DEBUGF  1, "K : HPET timers %d\n", eax
707
 
709
 
Line -... Line 710...
-
 
710
        mov     eax, [hpet_base]
-
 
711
        stdcall map_io_mem, [hpet_base], 1024, PG_GLOBAL+PAT_UC+PG_SWR
-
 
712
        mov     [hpet_base], eax
-
 
713
 
708
        mov     eax, [hpet_base]
714
        mov     eax, [eax]
Line 709... Line 715...
709
        stdcall map_io_mem, [hpet_base], 1024, PG_GLOBAL+PAT_UC+PG_SWR
715
        DEBUGF  1, "K : HPET caps %x\n", eax
710
        mov     [hpet_base], eax
716