Subversion Repositories Kolibri OS

Rev

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

Rev 9942 Rev 10050
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2024. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line -... Line 7...
-
 
7
 
7
 
8
 
8
;======================================================================
9
;======================================================================
9
;
10
;
10
;                           BOOT DATA
11
;                           BOOT DATA
11
;
12
;
Line 12... Line -...
12
;======================================================================
-
 
13
 
-
 
Line 14... Line 13...
14
$Revision: 9942 $
13
;======================================================================
15
 
14
 
16
 
15
 
17
d80x25_bottom:
16
d80x25_bottom:
18
          db       186,' KolibriOS comes with ABSOLUTELY NO WARRANTY. See file COPYING for details    ',186
17
          db       186,' KolibriOS comes with ABSOLUTELY NO WARRANTY. See file COPYING for details    ',186
Line 19... Line 18...
19
          db       186,' If you find any bugs, please report them at: http://board.kolibrios.org      ',186
18
          db       186,' If you find any bugs, please report them at: https://board.kolibrios.org     ',186
20
          line_full_bottom
19
          line_full_bottom
Line 89... Line 88...
89
 
88
 
Line 90... Line 89...
90
loading_msg db    "Loading KolibriOS...",0
89
loading_msg db    "Loading KolibriOS...",0
91
 
90
 
92
if ~ defined extended_primary_loader
91
if ~ defined extended_primary_loader
93
save_quest db     "New settings have been applied.",13,10,13,10,186
92
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
93
           db     " Do you want to save them for future boots?",13,10,186
95
           db     " Answer 'yes' only if your booting device is writable. [y/n]: ",0
94
           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
95
loader_block_error db "Bootloader data invalid. Stopped.",0
Line 97... Line 96...
97
write_err_msg db "Recording the configuration has failed. Press any key to resume booting...",0
96
write_err_msg db "Recording the configuration has failed. Press any key to resume booting...",0
98
end if
97
end if
99
 
98
 
100
_st latin1 '║                   ┌───────────────────────────────┬─┐',13,10,0
99
_st latin1 '║                   ┌───────────────────────────────┬─┐',13,10,0
101
_r1 latin1 '║                   │  320x200  EGA/CGA 256 colors  │ │',13,10,0
100
_r1 latin1 '║                   │  320x200  EGA/CGA 256 colors  │ │',13,10,0
Line 102... Line 101...
102
_r2 latin1 '║                   │  640x480  VGA 16 colors       │ │',13,10,0
101
_r2 latin1 '║                   │  640x480  VGA 16 colors       │ │',13,10,0
103
_rs latin1 '║                   │  ????x????@??  SVGA VESA      │ │',13,10,0
102
_rs latin1 '║                   │  ????x????@??  SVGA VESA      │ │',13,10,0
104
_bt latin1 '║                   └───────────────────────────────┴─┘',13,10,0
103
_bt latin1 '║                   └───────────────────────────────┴─┘',13,10,0
105
 
104
 
106
remark1 db      "Default values were selected to match most of configurations, but not all.",0
105
remark1 db      "Default values were selected to match most configurations, but not all.",0