Subversion Repositories Kolibri OS

Rev

Rev 1962 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1962 Rev 2261
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
7
 
8
;======================================================================
8
;======================================================================
9
;
9
;
10
;                           BOOT DATA
10
;                           BOOT DATA
11
;
11
;
12
;======================================================================
12
;======================================================================
13
 
13
 
14
$Revision: 1962 $
14
$Revision: 2261 $
15
 
15
 
16
 
16
 
17
d80x25_bottom:
17
d80x25_bottom:
18
          db       186,' KolibriOS is based on MenuetOS and comes with ABSOLUTELY '
18
          db       186,' KolibriOS is based on MenuetOS and comes with ABSOLUTELY '
19
          db       'NO WARRANTY         ',186
19
          db       'NO WARRANTY         ',186
20
          db       186,' See file COPYING for details                             '
20
          db       186,' See file COPYING for details                             '
21
          db       '                    ',186
21
          db       '                    ',186
22
          line_full_bottom
22
          line_full_bottom
23
d80x25_bottom_num = 3
23
d80x25_bottom_num = 3
24
 
24
 
25
msg_apm   db      " APM x.x ", 0
25
msg_apm   db      " APM x.x ", 0
26
vervesa   db      "Version of Vesa: Vesa x.x",13,10,0
-
 
27
novesa    db      "Display: EGA/CGA",13,10,0
26
novesa    db      "Display: EGA/CGA",13,10,0
28
s_vesa    db      "Version of VESA: "
27
s_vesa    db      "Version of VESA: "
29
  .ver    db      "?.?",13,10,0
28
  .ver    db      "?.?",13,10,0
30
 
29
 
31
gr_mode   db      "Select a videomode: ",13,10,0
30
gr_mode   db      "Select a videomode: ",13,10,0
32
;s_bpp     db      13,10,186," ƒ«ã¡¨­  梥â : "
-
 
33
;  .bpp    dw      "??"
-
 
34
;          db      13,10,0
-
 
35
 
-
 
36
vrrmprint db      "Apply VRR? (picture frequency greater than 60Hz"
-
 
37
          db      " only for transfers:",13,10
-
 
38
          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
-
 
39
 
-
 
40
 
31
 
41
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
32
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
42
 
33
 
43
if defined extended_primary_loader
34
if defined extended_primary_loader
-
 
35
bdev      db      "Load ramdisk from [1-floppy; 2-kolibri.img]: ",0
-
 
36
else
44
bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
37
bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
45
          db      13,10,186,"                    "
38
          db      13,10,186,"                    "
46
          db      "3-use preloaded ram-image from kernel restart;"
39
          db      "3-use preloaded ram-image from kernel restart;"
47
          db      13,10,186,"                    "
40
          db      13,10,186,"                    "
48
          db      "4-create blank image]: ",0
41
          db      "4-create blank image]: ",0
49
else
-
 
50
bdev      db      "Load ramdisk from [1-floppy; 2-kolibri.img]: ",0
-
 
51
end if
42
end if
52
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
-
 
53
          db      "2-probe bios (Vesa 3.0)]: ",0
-
 
54
;memokz256 db      13,10,186," RAM 256 Mb",0
-
 
55
;memokz128 db      13,10,186," RAM 128 Mb",0
-
 
56
;memokz64  db      13,10,186," RAM 64 Mb",0
-
 
57
;memokz32  db      13,10,186," RAM 32 Mb",0
-
 
58
;memokz16  db      13,10,186," RAM 16 Mb",0
-
 
-
 
43
 
59
prnotfnd  db      "Fatal - Videomode not found.",0
44
prnotfnd  db      "Fatal - Videomode not found.",0
60
;modena    db      "Fatal - VBE 0x112+ required.",0
-
 
-
 
45
 
61
not386    db      "Fatal - CPU 386+ required.",0
46
not386    db      "Fatal - CPU 386+ required.",0
62
btns      db      "Fatal - Can't determine color depth.",0
-
 
63
fatalsel  db      "Fatal - Graphics mode not supported by hardware.",0
47
fatalsel  db      "Fatal - Graphics mode not supported by hardware.",0
64
pres_key  db      "Press any key to choose a new videomode.",0
48
pres_key  db      "Press any key to choose a new videomode.",0
65
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
49
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
66
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
50
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
67
okt       db      " ... OK"
51
okt       db      " ... OK"
68
linef     db      13,10,0
52
linef     db      13,10,0
69
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
53
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
70
pros      db      "00"
54
pros      db      "00"
71
backspace2 db     8,8,0
55
backspace2 db     8,8,0
72
boot_dev  db      0  ; 0=floppy, 1=hd
56
boot_dev  db      0  ; 0=floppy, 1=hd
73
start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
57
start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
74
time_msg  db      " or wait "
58
time_msg  db      " or wait "
75
time_str  db      " 5 seconds"
59
time_str  db      " 5 seconds"
76
          db      " before automatical continuation",13,10,0
60
          db      " before automatical continuation",13,10,0
77
current_cfg_msg db "Current settings:",13,10,0
61
current_cfg_msg db "Current settings:",13,10,0
78
curvideo_msg db   " [a] Videomode: ",0
62
curvideo_msg db   " [a] Videomode: ",0
79
 
-
 
80
;modes_msg dw mode4,mode1,mode2,mode3
-
 
81
;modevesa20 db     " with LFB",0
-
 
82
;modevesa12 db     ", VESA 1.2 Bnk",0
63
 
83
mode0     db      "320x200, EGA/CGA 256 colors",13,10,0
64
mode0     db      "320x200, EGA/CGA 256 colors",13,10,0
84
mode9     db      "640x480, VGA 16 colors",13,10,0
65
mode9     db      "640x480, VGA 16 colors",13,10,0
85
 
-
 
86
;probeno_msg db    " (standard mode)",0
-
 
87
;probeok_msg db    " (check nonstandard modes)",0
-
 
88
;dma_msg   db      " [b] Use DMA for HDD access:",0
66
 
89
usebd_msg db      " [b] Add disks visible by BIOS:",0
67
usebd_msg db      " [b] Add disks visible by BIOS:",0
90
on_msg    db      " on",13,10,0
68
on_msg    db      " on",13,10,0
91
off_msg   db      " off",13,10,0
69
off_msg   db      " off",13,10,0
92
;readonly_msg db   " only for reading",13,10,0
-
 
93
vrrm_msg  db      " [c] Use VRR:",0
-
 
-
 
70
 
94
preboot_device_msg db " [d] Floppy image: ",0
71
preboot_device_msg db " [c] Floppy image: ",0
-
 
72
 
95
if defined extended_primary_loader
73
if defined extended_primary_loader
96
preboot_device_msgs dw 0,pdm1,pdm2,0
74
preboot_device_msgs dw 0,pdm1,pdm2,0
97
pdm1      db      "real floppy",13,10,0
75
pdm1      db      "real floppy",13,10,0
98
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
76
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
99
else
77
else
100
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
78
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
101
pdm1      db      "real floppy",13,10,0
79
pdm1      db      "real floppy",13,10,0
102
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
80
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
103
pdm3      db      "use already loaded image",13,10,0
81
pdm3      db      "use already loaded image",13,10,0
104
pdm4      db      "create blank image",13,10,0
82
pdm4      db      "create blank image",13,10,0
105
end if
83
end if
-
 
84
 
106
loading_msg db    "Loading KolibriOS...",0
85
loading_msg db    "Loading KolibriOS...",0
-
 
86
 
107
if ~ defined extended_primary_loader
87
if ~ defined extended_primary_loader
108
save_quest db     "Remember current settings? [y/n]: ",0
88
save_quest db     "Remember current settings? [y/n]: ",0
109
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
89
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
110
end if
90
end if
111
 
91
 
112
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
92
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
113
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³ ³',13,10,0
93
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³ ³',13,10,0
114
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³ ³',13,10,0
94
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³ ³',13,10,0
115
_rs db 186,'                   ³  ????x????@??  SVGA VESA      ³ ³',13,10,0
95
_rs db 186,'                   ³  ????x????@??  SVGA VESA      ³ ³',13,10,0
116
_bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
96
_bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
117
 
97
 
118
remark1 db      "Default values were selected to match most of configurations, but not all.",0
98
remark1 db      "Default values were selected to match most of configurations, but not all.",0
119
remark2 db      "If you have CRT-monitor, enable VRR in the item [c].",0
-
 
120
remark3 db      "If the system does not boot, try to disable the item [b].",0
99
remark2 db      "If the system does not boot, try to disable the item [b].",0
121
remarks dw      remark1, remark2, remark3
100
remarks dw      remark1, remark2
122
num_remarks = 3
101
num_remarks = 2