Subversion Repositories Kolibri OS

Rev

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

Rev 3501 Rev 3502
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
 
Line 74... Line 74...
74
$Revision: 3501 $
74
$Revision: 3502 $
Line 841... Line 841...
841
        xor     edx, edx
841
        xor     edx, edx
842
        shld    edx, eax, 2
842
        shld    edx, eax, 2
843
        shl     eax, 2
843
        shl     eax, 2
844
        mov     dword [cpu_freq], eax
844
        mov     dword [cpu_freq], eax
845
        mov     dword [cpu_freq+4], edx
845
        mov     dword [cpu_freq+4], edx
-
 
846
        mov     ebx, 1000000
-
 
847
        div     ebx
846
        mov     ebx, eax
848
        mov     ebx, eax
Line 847... Line 849...
847
 
849
 
848
        movzx   ecx, word [boot_y]
850
        movzx   ecx, word [boot_y]
849
        if lang eq ru
851
        if lang eq ru