Subversion Repositories Kolibri OS

Rev

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

Rev 726 Rev 730
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: 726 $
7
$Revision: 730 $
8
 
8
 
9
 
9
 
Line 89... Line 89...
89
loading_msg db    "Loading KolibriOS...",0
89
loading_msg db    "Loading KolibriOS...",0
90
save_quest db     "Remember current settings? [y/n]: ",0
90
save_quest db     "Remember current settings? [y/n]: ",0
91
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
91
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
Line 92... Line 92...
92
 
92
 
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
Line 97... Line 97...
97
_bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
97
_bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
98
 
98
 
99
remark1 db      "Default values were selected to match most of configurations, but not all.",0
99
remark1 db      "Default values were selected to match most of configurations, but not all.",0