Subversion Repositories Kolibri OS

Rev

Rev 271 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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