Subversion Repositories Kolibri OS

Rev

Rev 82 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82 Rev 135
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                            ;;
2
;;                                                            ;;
3
;; KERNEL16.INC                                               ;;
3
;; KERNEL16.INC                                               ;;
4
;;                                                            ;;
4
;;                                                            ;;
5
;; Included 16 bit kernel files for MenuetOS                  ;;
5
;; Included 16 bit kernel files for MenuetOS                  ;;
6
;;                                                            ;;
6
;;                                                            ;;
7
;; This file is kept separate as it will be easier to         ;;
7
;; This file is kept separate as it will be easier to         ;;
8
;; maintain and compile with an automated SETUP program       ;;
8
;; maintain and compile with an automated SETUP program       ;;
9
;; in the future.                                             ;;
9
;; in the future.                                             ;;
10
;;                                                            ;;
10
;;                                                            ;;
11
;; Copyright Ville Turjanmaa, see file COPYING for details.   ;;
11
;; Copyright Ville Turjanmaa, see file COPYING for details.   ;;
12
;;                                                            ;;
12
;;                                                            ;;
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
 
14
 
15
 
15
 
16
;% +include
16
;% +include
17
 
17
 
18
;!!!
18
;!!!
19
if lang eq en
19
if lang eq en
20
include "boot/booteng.inc"     ; english system boot messages
20
include "boot/booteng.inc"     ; english system boot messages
21
else
21
else if lang eq ru
22
include "boot/bootru.inc"      ; russian system boot messages
22
include "boot/bootru.inc"      ; russian system boot messages
-
 
23
else
-
 
24
include "boot/bootge.inc"      ; german system boot messages
23
;!!!
25
;!!!
24
end if
26
end if
25
include "boot/ru.inc"          ; Russian font
27
include "boot/ru.inc"          ; Russian font
26
org $-0x10000
28
org $-0x10000
27
 
29
 
28
include "boot/bootcode.inc"    ; 16 bit system boot code
30
include "boot/bootcode.inc"    ; 16 bit system boot code
29
 
31
 
30
include "bus/pci/pci16.inc"
32
include "bus/pci/pci16.inc"
31
 
33
 
32
;% -include
34
;% -include