2005-10-06 19:56:22 +02:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; ;;
|
|
|
|
;; KERNEL16.INC ;;
|
|
|
|
;; ;;
|
|
|
|
;; Included 16 bit kernel files for MenuetOS ;;
|
|
|
|
;; ;;
|
|
|
|
;; This file is kept separate as it will be easier to ;;
|
|
|
|
;; maintain and compile with an automated SETUP program ;;
|
|
|
|
;; in the future. ;;
|
|
|
|
;; ;;
|
|
|
|
;; Copyright Ville Turjanmaa, see file COPYING for details. ;;
|
|
|
|
;; ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
|
|
|
|
|
|
|
;% +include
|
|
|
|
|
|
|
|
;!!!
|
|
|
|
if lang eq en
|
|
|
|
include "boot/booteng.inc" ; english system boot messages
|
mv, gifview, jpegview: modified to use function 70
tinypad2: modified for new sysxtree
kernel, mv, board, calendar, cmd, copy2, cpu, end, icon, mhc, pcidev:
german translation from derPENGUIN
git-svn-id: svn://kolibrios.org@135 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-08-25 15:06:57 +02:00
|
|
|
else if lang eq ru
|
2005-10-06 19:56:22 +02:00
|
|
|
include "boot/bootru.inc" ; russian system boot messages
|
2007-01-11 17:16:05 +01:00
|
|
|
else if lang eq et
|
|
|
|
include "boot/bootet.inc" ; estonian system boot messages
|
mv, gifview, jpegview: modified to use function 70
tinypad2: modified for new sysxtree
kernel, mv, board, calendar, cmd, copy2, cpu, end, icon, mhc, pcidev:
german translation from derPENGUIN
git-svn-id: svn://kolibrios.org@135 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-08-25 15:06:57 +02:00
|
|
|
else
|
|
|
|
include "boot/bootge.inc" ; german system boot messages
|
2005-10-06 19:56:22 +02:00
|
|
|
;!!!
|
|
|
|
end if
|
2007-01-13 21:34:33 +01:00
|
|
|
if lang eq et
|
|
|
|
include "boot/et.inc" ; Estonian font
|
|
|
|
else
|
2005-10-06 19:56:22 +02:00
|
|
|
include "boot/ru.inc" ; Russian font
|
2007-01-13 21:34:33 +01:00
|
|
|
end if
|
2006-05-26 12:48:09 +02:00
|
|
|
org $-0x10000
|
2005-10-06 19:56:22 +02:00
|
|
|
|
|
|
|
include "boot/bootcode.inc" ; 16 bit system boot code
|
|
|
|
|
|
|
|
include "bus/pci/pci16.inc"
|
|
|
|
|
|
|
|
;% -include
|