Subversion Repositories Kolibri OS

Rev

Rev 3796 | Rev 4135 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3796 Rev 3989
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 2455 $
14
$Revision: 2455 $
15
 
15
 
16
 
16
 
17
d80x25_bottom:
17
d80x25_bottom:
18
          db       186,' KolibriOS comes with ABSOLUTELY NO WARRANTY. See file COP'
18
          db       186,' KolibriOS comes with ABSOLUTELY NO WARRANTY. See file COPYING for details    ',186
Line 19... Line 19...
19
          db       'YING for details    ',186
19
          db       186,' If you find any bugs, please report them at: http://board.kolibrios.org      ',186
20
          line_full_bottom
20
          line_full_bottom
21
d80x25_bottom_num = 2
21
d80x25_bottom_num = 3
22
 
22
 
Line 77... Line 77...
77
if defined extended_primary_loader
77
if defined extended_primary_loader
78
preboot_device_msgs dw 0,pdm1,pdm2,0
78
preboot_device_msgs dw 0,pdm1,pdm2,0
79
pdm1      db      "real floppy",13,10,0
79
pdm1      db      "real floppy",13,10,0
80
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
80
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
81
else
81
else
82
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
82
preboot_device_msgs dw 0,pdm1,pdm2,pdm3,pdm4,0
83
pdm1      db      "real floppy",13,10,0
83
pdm1      db      "real floppy",13,10,0
84
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
84
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
85
pdm3      db      "use already loaded image",13,10,0
85
pdm3      db      "use already loaded image",13,10,0
86
pdm4      db      "create blank image",13,10,0
86
pdm4      db      "create blank image",13,10,0
87
end if
87
end if
Line 98... Line 98...
98
_r2:latin1 '║                   │  640x480  VGA 16 colors       │ │',13,10,0
98
_r2:latin1 '║                   │  640x480  VGA 16 colors       │ │',13,10,0
99
_rs:latin1 '║                   │  ????x????@??  SVGA VESA      │ │',13,10,0
99
_rs:latin1 '║                   │  ????x????@??  SVGA VESA      │ │',13,10,0
100
_bt:latin1 '║                   └───────────────────────────────┴─┘',13,10,0
100
_bt:latin1 '║                   └───────────────────────────────┴─┘',13,10,0
Line 101... Line 101...
101
 
101
 
102
remark1 db      "Default values were selected to match most of configurations, but not all.",0
102
remark1 db      "Default values were selected to match most of configurations, but not all.",0
-
 
103
remark2 db      "If the system does not boot, try to disable option [b]. If the system gets",0
103
remark2 db      "If the system does not boot, try to disable the item [b].",0
104
remark3 db      "stuck after booting, enable option [c], disable option [d] and make photo.",0
104
remarks dw      remark1, remark2
105
remarks dw      remark1, remark2, remark3
105
num_remarks = 2
106
num_remarks = 3