Subversion Repositories Kolibri OS

Rev

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

Rev 724 Rev 726
Line 2... Line 2...
2
;
2
;
3
;                           BOOT DATA
3
;                           BOOT DATA
4
;
4
;
5
;======================================================================
5
;======================================================================
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
$Revision: 724 $
7
$Revision: 726 $
8
 
8
 
9
 
9
 
Line 93... Line 93...
93
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
93
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
94
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³Û³',13,10,0
94
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³Û³',13,10,0
95
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³Û³',13,10,0
95
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³Û³',13,10,0
96
_rs db 186,'                   ³  ????x????@??  SVGA VESA      ³Û³',13,10,0
96
_rs db 186,'                   ³  ????x????@??  SVGA VESA      ³Û³',13,10,0
97
_bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
97
_bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
-
 
98
 
-
 
99
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
-
 
101
remark3 db      "If the system does not boot, try to disable the item [b].",0
-
 
102
remarks dw      remark1, remark2, remark3
-
 
103
num_remarks = 3