Subversion Repositories Kolibri OS

Rev

Rev 1151 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2288 clevermous 1
; Copyright (c) 2009, 
2
; All rights reserved.
3
;
4
; Redistribution and use in source and binary forms, with or without
5
; modification, are permitted provided that the following conditions are met:
6
;       * Redistributions of source code must retain the above copyright
7
;       notice, this list of conditions and the following disclaimer.
8
;       * Redistributions in binary form must reproduce the above copyright
9
;       notice, this list of conditions and the following disclaimer in the
10
;       documentation and/or other materials provided with the distribution.
11
;       * Neither the name of the  nor the
12
;       names of its contributors may be used to endorse or promote products
13
;       derived from this software without specific prior written permission.
14
;
15
; THIS SOFTWARE IS PROVIDED BY Alexey Teplov aka  ''AS IS'' AND ANY
16
; EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
; DISCLAIMED. IN NO EVENT SHALL  BE LIABLE FOR ANY
19
; DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
; (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22
; ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
;*****************************************************************************
26
 
27
;======================================================================
28
;
29
;                           BOOT DATA
30
;
31
;======================================================================
32
 
33
 
34
version      db 'Secondary Loader v 0.010',0
35
version_end:
36
 
37
select_section db 'Select section:'
38
select_section_end:
39
section_description db 'Section description:'
40
section_description_end:
41
soft_mes        db 'Soft (c) 2008-2009'
42
soft_mes_end:
43
 
44
badprocessor db      '>Fatal - CPU 586+ required.',0
45
error_ini_f1 db      '>Error: cannot load ini file, buffer is full',0
46
error_ini_f2 db      '>Error: ini file not found',0
47
error_ini_f3 db      '>Error: cannot read ini file',0
48
error_ini_nf db      '>Error: unrecognized error when loading ini file',0
49
not_found_sec_loader db '>Not found section [loader]',0
50
not_found_def_sect   db '>Not found value default in section [loader]',0
51
default_eq_loader    db '>Error in section [loader] parametr default=loader',0
52
found_equal_default  db '>Found equal parametr default will be use first value',0
53
found_equal_timeout  db '>Found equal parametr timeout will be use first value',0
54
set_default_timeout_val db '>Section timeout has incorrect value, will be use default value',0
55
error_ini_common db  ">I will use predefined settings and try to boot. Let's hope for the best..."
56
             db      13,10,"Press any key to continue...",0
57
load_ini     db      '>Ini file loaded successfully',0
58
parse_ini_end db     '>End parsing ini file',0
59
point_to_default_sec_not_found db '>Point to default section is not found in ini file',0
60
incorect_section_define db ">Incorect section define not found ']'",0
61
default_section_name    db '"Section unname"'
62
 
63
start_msg db      "Press any key to change default section, press [Enter] to continue booting"
64
start_msg_e:
65
time_msg  db      "or wait 4 seconds before default continuation"
66
time_msg_e:
67
time_str  db      "seconds before default continuation"
68
time_str_e: