Subversion Repositories Kolibri OS

Rev

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

Rev 425 Rev 426
Line 1... Line 1...
1
$Revision: 425 $
1
$Revision: 426 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                            ;;
3
;;                                                            ;;
4
;; KERNEL16.INC                                               ;;
4
;; KERNEL16.INC                                               ;;
5
;;                                                            ;;
5
;;                                                            ;;
6
;; Included 16 bit kernel files for MenuetOS                  ;;
6
;; Included 16 bit kernel files for MenuetOS                  ;;
Line 14... Line 14...
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line -... Line 16...
-
 
16
 
-
 
17
;% +include
-
 
18
 
-
 
19
msg_svn db " SVN ",0
16
 
20
msg_svn.len = $ - msg_svn
17
;% +include
21
svn_num_buf rb 12
18
 
22
 
19
;!!!
23
;!!!
20
if lang eq en
24
if lang eq en
Line 27... Line 31...
27
include "boot/bootge.inc"      ; german system boot messages
31
include "boot/bootge.inc"      ; german system boot messages
28
;!!!
32
;!!!
29
end if
33
end if
30
if lang eq et
34
if lang eq et
31
include "boot/et.inc"          ; Estonian font
35
include "boot/et.inc"          ; Estonian font
32
else
36
else if lang eq ru
33
include "boot/ru.inc"          ; Russian font
37
include "boot/ru.inc"          ; Russian font
34
end if
38
end if
Line 35... Line 39...
35
 
39
 
36
; ñþäà äàííûå çàïèñûâàþòñÿ â 16 ðàçðÿäíîì ðåæèìå, ÷èòàþòñÿ â 32 ðàçðÿäíîì
40
; ñþäà äàííûå çàïèñûâàþòñÿ â 16 ðàçðÿäíîì ðåæèìå, ÷èòàþòñÿ â 32 ðàçðÿäíîì