Subversion Repositories Kolibri OS

Rev

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

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