Subversion Repositories Kolibri OS

Rev

Rev 9938 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9938 Rev 9942
Line 9... Line 9...
9
;
9
;
10
;                           BOOT DATA
10
;                           BOOT DATA
11
;
11
;
12
;======================================================================
12
;======================================================================
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 9938 $
14
$Revision: 9942 $
15
 
15
 
16
 
16
 
Line 92... Line 92...
92
if ~ defined extended_primary_loader
92
if ~ defined extended_primary_loader
93
save_quest db     "New settings have been applied.",13,10,13,10,186
93
save_quest db     "New settings have been applied.",13,10,13,10,186
94
           db     " Do you want to record them for the future boots?",13,10,186
94
           db     " Do you want to record them for the future boots?",13,10,186
95
           db     " Answer 'yes' only if your booting device is writable. [y/n]: ",0
95
           db     " Answer 'yes' only if your booting device is writable. [y/n]: ",0
96
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
96
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
-
 
97
write_err_msg db "Recording the configuration has failed. Press any key to resume booting...",0
97
end if
98
end if
Line 98... Line 99...
98
 
99
 
99
_st latin1 '║                   ┌───────────────────────────────┬─┐',13,10,0
100
_st latin1 '║                   ┌───────────────────────────────┬─┐',13,10,0
100
_r1 latin1 '║                   │  320x200  EGA/CGA 256 colors  │ │',13,10,0
101
_r1 latin1 '║                   │  320x200  EGA/CGA 256 colors  │ │',13,10,0