Subversion Repositories Kolibri OS

Rev

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

Rev 709 Rev 726
Line 2... Line 2...
2
;
2
;
3
;                           BOOT DATA
3
;                           BOOT DATA
4
;
4
;
5
;======================================================================
5
;======================================================================
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
$Revision: 709 $
7
$Revision: 726 $
8
 
8
 
9
 
9
 
Line 103... Line 103...
103
pdm3      db      "Nutze bereits geladenes Image",13,10,0
103
pdm3      db      "Nutze bereits geladenes Image",13,10,0
104
pdm4      db      "create blank image",13,10,0
104
pdm4      db      "create blank image",13,10,0
105
loading_msg db    "Lade KolibriOS...",0
105
loading_msg db    "Lade KolibriOS...",0
106
save_quest db     "Aktuelle Einstellungen speichern? [y/n]: ",0
106
save_quest db     "Aktuelle Einstellungen speichern? [y/n]: ",0
107
loader_block_error db "Bootloader Daten ungueltig, Kann nicht fortfahren. Angehalten.",0
107
loader_block_error db "Bootloader Daten ungueltig, Kann nicht fortfahren. Angehalten.",0
-
 
108
 
-
 
109
remark1 db      "Default values were selected to match most of configurations, but not all.",0
-
 
110
remark2 db      "If you have LCD-monitor, disable VRR in the item [c] - you do not need it.",0
-
 
111
remark3 db      "If the system does not boot, try to disable the item [b].",0
-
 
112
remarks dw      remark1, remark2, remark3
-
 
113
num_remarks = 3