Subversion Repositories Kolibri OS

Rev

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

Rev 2991 Rev 3274
Line 67... Line 67...
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
include 'struct.inc'
70
include 'struct.inc'
Line 71... Line 71...
71
 
71
 
Line 72... Line 72...
72
$Revision: 2991 $
72
$Revision: 3274 $
Line 134... Line 134...
134
version db    'Kolibri OS  version 0.7.7.0+     ',13,10,13,10,0
134
version db    'Kolibri OS  version 0.7.7.0+     ',13,10,13,10,0
Line 135... Line 135...
135
 
135
 
136
include "boot/bootstr.inc"     ; language-independent boot messages
136
include "boot/bootstr.inc"     ; language-independent boot messages
Line 137... Line 137...
137
include "boot/preboot.inc"
137
include "boot/preboot.inc"
-
 
138
 
-
 
139
if lang eq ge
138
 
140
include "boot/bootge.inc"     ; german system boot messages
139
if lang eq en
141
else if lang eq sp
140
include "boot/booteng.inc"     ; english system boot messages
142
include "boot/bootsp.inc"     ; spanish system boot messages
141
else if lang eq ru
143
else if lang eq ru
142
include "boot/bootru.inc"      ; russian system boot messages
144
include "boot/bootru.inc"      ; russian system boot messages
143
include "boot/ru.inc"          ; Russian font
145
include "boot/ru.inc"          ; Russian font
144
else if lang eq et
146
else if lang eq et
145
include "boot/bootet.inc"      ; estonian system boot messages
147
include "boot/bootet.inc"      ; estonian system boot messages
146
include "boot/et.inc"          ; Estonian font
148
include "boot/et.inc"          ; Estonian font
147
else
149
else
Line 148... Line 150...
148
include "boot/bootge.inc"      ; german system boot messages
150
include "boot/booten.inc"      ; english system boot messages
149
end if
151
end if
150
 
152
 
Line 721... Line 723...
721
        call    boot_log
723
        call    boot_log
Line 722... Line 724...
722
 
724
 
723
        movzx   ecx, word [boot_y]
725
        movzx   ecx, word [boot_y]
724
        if lang eq ru
726
        if lang eq ru
-
 
727
        or      ecx, (10+30*6) shl 16
-
 
728
        else if lang eq sp
725
        or      ecx, (10+30*6) shl 16
729
        or      ecx, (10+33*6) shl 16
726
                else
730
        else
727
        or      ecx, (10+29*6) shl 16
731
        or      ecx, (10+29*6) shl 16
728
                end if
732
        end if
729
        sub     ecx, 10
733
        sub     ecx, 10
Line 844... Line 848...
844
 
848
 
845
        mov     ebx, edx
849
        mov     ebx, edx
846
        movzx   ecx, word [boot_y]
850
        movzx   ecx, word [boot_y]
847
        if lang eq ru
851
        if lang eq ru
-
 
852
        add     ecx, (10+19*6) shl 16 - 10         ; 'Determining amount of memory'
-
 
853
        else if lang eq sp
848
        add     ecx, (10+19*6) shl 16 - 10         ; 'Determining amount of memory'
854
        add     ecx, (10+25*6) shl 16 - 10         ; 'Determining amount of memory'
849
                else
855
        else
850
        add     ecx, (10+17*6) shl 16 - 10         ; 'Determining amount of memory'
856
        add     ecx, (10+17*6) shl 16 - 10         ; 'Determining amount of memory'
851
                end if
857
        end if
852
        mov     edx, 0xFFFFFF
858
        mov     edx, 0xFFFFFF