Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
2288 clevermous 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                     ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved.        ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa             ;;
5
;; Distributed under terms of the GNU General Public License           ;;
6
;;                                                                     ;;
7
;;  kolibri_ldm.asm the module for Secondary Loader                    ;;
8
;;                                                                     ;;
9
;;  KolibriOS 16-bit loader module,                                    ;;
10
;;                        based on bootcode for KolibriOS              ;;
11
;;                                                                     ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13
 
14
;======================================================================
15
;
16
;                           BOOT DATA
17
;
18
;======================================================================
19
 
20
 
21
d80x25_bottom:
22
          db       186,' KolibriOS based on MenuetOS and comes with ABSOLUTELY '
23
          db       'NO WARRANTY            ',186
24
          db       186,' See file COPYING for details                          '
25
          db       '                       ',186
26
          line_full_bottom
27
d80x25_bottom_num = 3
28
 
29
novesa    db      "Ekraan: EGA/CGA",13,10,0
30
vervesa   db      "Vesa versioon: Vesa x.x",13,10,0
31
vervesa_off=20
32
msg_apm   db      " APM x.x ", 0
33
gr_mode   db      186," Vesa 2.0+ 16 M LFB:  [1] 640x480, [2] 800x600, "
34
          db      "[3] 1024x768, [4] 1280x1024",13,10
35
          db      186," Vesa 1.2  16 M Bnk:  [5] 640x480, [6] 800x600, "
36
          db      "[7] 1024x768, [8] 1280x1024",13,10
37
          db      186," EGA/CGA   256 värvi:  [9] 320x200, "
38
          db      "VGA 16 värvi: [0]  640x480",13,10
39
          db      186," Vali reziim: ",0
40
bt24      db      "Bitti pikseli kohta: 24",13,10,0
41
bt32      db      "Bitti pikseli kohta: 32",13,10,0
42
vrrmprint db      "Kinnita VRR? (ekraani sagedus suurem kui 60Hz"
43
          db      " ainult:",13,10
44
          db      186," 1024*768->800*600 ja 800*600->640*480) [1-jah,2-ei]:",0
45
;askmouse  db      " Hiir:"
46
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
47
;          db      " Vali port [1-3]: ",0
48
;no_com1   db      13,10,186, " No COM1 mouse",0
49
;no_com2   db      13,10,186, " No COM2 mouse",0
50
;ask_dma   db      "Use DMA for HDD access? [1-yes, 2-only for reading, 3-no]: ",0
51
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
52
;gr_direct db      186," Use direct LFB writing? "
53
;          db      "[1-yes/2-no] ? ",0
54
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
55
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
56
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
57
bdev      db      "Paigalda mäluketas [1-diskett; 2-C:\kolibri.img (FAT32);"
58
          db      13,10,186,"                    "
59
          db      "3-kasuta eellaaditud mäluketast kerneli restardist;"
60
          db      13,10,186,"                    "
61
          db      "4-loo tühi pilt]: ",0
62
probetext db      13,10,13,10,186," Kasuta standartset graafika reziimi? [1-jah, "
63
          db      "2-leia biosist (Vesa 3.0)]: ",0
64
;memokz256 db      13,10,186," RAM 256 Mb",0
65
;memokz128 db      13,10,186," RAM 128 Mb",0
66
;memokz64  db      13,10,186," RAM 64 Mb",0
67
;memokz32  db      13,10,186," RAM 32 Mb",0
68
;memokz16  db      13,10,186," RAM 16 Mb",0
69
prnotfnd  db      "Fataalne - Videoreziimi ei leitud.",0
70
;modena    db      "Fataalne - VBE 0x112+ on vajalik.",0
71
not386    db      "Fataalne - CPU 386+ on vajalik.",0
72
btns      db      "Fataalne - Ei suuda värvisügavust määratleda.",0
73
fatalsel  db      "Fataalne - Graafilist reziimi riistvara ei toeta.",0
74
badsect   db      13,10,186," Fataalne - Vigane sektor. Asenda diskett.",0
75
memmovefailed db  13,10,186," Fataalne - Int 0x15 liigutamine ebaõnnestus.",0
76
okt       db      " ... OK"
77
linef     db      13,10,0
78
diskload  db      "Loen disketti: 00 %",8,8,8,8,0
79
pros      db      "00"
80
backspace2 db     8,8,0
81
boot_dev  db      0  ; 0=floppy, 1=hd
82
start_msg db      "Vajuta [abcd] seadete muutmiseks, vajuta [Enter] laadimise jätkamiseks",13,10,0
83
time_msg  db      " või oota "
84
time_str  db      " 5 sekundit"
85
          db      " automaatseks jätkamiseks",13,10,0
86
current_cfg_msg db "Praegused seaded:",13,10,0
87
curvideo_msg db   " [a] Videoreziim: ",0
88
mode1     db      "640x480",0
89
mode2     db      "800x600",0
90
mode3     db      "1024x768",0
91
mode4     db      "1280x1024",0
92
modes_msg dw mode4,mode1,mode2,mode3
93
modevesa20 db     " koos LFB",0
94
modevesa12 db     ", VESA 1.2 Bnk",0
95
mode9     db      "320x200, EGA/CGA 256 värvi",0
96
mode10    db      "640x480, VGA 16 värvi",0
97
probeno_msg db    " (standard reziim)",0
98
probeok_msg db    " (kontrolli ebastandardseid reziime)",0
99
;dma_msg   db      " [b] Kasuta DMA'd HDD juurdepääsuks:",0
100
usebd_msg db      " [b] Add disks visible by BIOS:",0
101
on_msg    db      " sees",13,10,0
102
off_msg   db      " väljas",13,10,0
103
;readonly_msg db   " ainult lugemiseks",13,10,0
104
vrrm_msg  db      " [c] Kasuta VRR:",0
105
preboot_device_msg db " [d] Disketi kujutis: ",0
106
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
107
pdm1      db      "reaalne diskett",13,10,0
108
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
109
pdm3      db      "kasuta juba laaditud kujutist",13,10,0
110
pdm4      db      "loo tühi pilt",13,10,0
111
loading_msg db    "Laadin KolibriOS...",0
112
save_quest db     "Jäta meelde praegused seaded? [y/n]: ",0
113
loader_block_error db "Alglaaduri andmed vigased, ei saa jätkata. Peatatud.",0
114
 
115
remark1 db      "Default values were selected to match most of configurations, but not all.",0
116
remark2 db      "If you have LCD-monitor, disable VRR in the item [c] - you do not need it.",0
117
remark3 db      "If the system does not boot, try to disable the item [b].",0
118
remarks dw      remark1, remark2, remark3
119
num_remarks = 3