Subversion Repositories Kolibri OS

Rev

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

Rev 3274 Rev 3539
Line 87... Line 87...
87
if ~ defined extended_primary_loader
87
if ~ defined extended_primary_loader
88
save_quest db     "Remember current settings? [y/n]: ",0
88
save_quest db     "Remember current settings? [y/n]: ",0
89
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
90
end if
90
end if
Line 91... Line 91...
91
 
91
 
92
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
92
_st:latin1 '║                   ┌───────────────────────────────┬─┐',13,10,0
93
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³ ³',13,10,0
93
_r1:latin1 '║                   │  320x200  EGA/CGA 256 colors  │ │',13,10,0
94
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³ ³',13,10,0
94
_r2:latin1 '║                   │  640x480  VGA 16 colors       │ │',13,10,0
95
_rs db 186,'                   ³  ????x????@??  SVGA VESA      ³ ³',13,10,0
95
_rs:latin1 '║                   │  ????x????@??  SVGA VESA      │ │',13,10,0
Line 96... Line 96...
96
_bt db 186,'                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ',13,10,0
96
_bt:latin1 '║                   └───────────────────────────────┴─┘',13,10,0
97
 
97
 
98
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
99
remark2 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