Subversion Repositories Kolibri OS

Rev

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

Rev 3989 Rev 4135
Line 91... Line 91...
91
if ~ defined extended_primary_loader
91
if ~ defined extended_primary_loader
92
save_quest db     "Remember current settings? [y/n]: ",0
92
save_quest db     "Remember current settings? [y/n]: ",0
93
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
93
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
94
end if
94
end if
Line 95... Line 95...
95
 
95
 
96
_st:latin1 '║                   ┌───────────────────────────────┬─┐',13,10,0
96
_st latin1 '║                   ┌───────────────────────────────┬─┐',13,10,0
97
_r1:latin1 '║                   │  320x200  EGA/CGA 256 colors  │ │',13,10,0
97
_r1 latin1 '║                   │  320x200  EGA/CGA 256 colors  │ │',13,10,0
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
Line 100... Line 100...
100
_bt:latin1 '║                   └───────────────────────────────┴─┘',13,10,0
100
_bt latin1 '║                   └───────────────────────────────┴─┘',13,10,0
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 option [b]. If the system gets",0