Subversion Repositories Kolibri OS

Rev

Rev 1703 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
750 victor 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
1 ha 8
;======================================================================
9
;
10
;                           BOOT DATA
11
;
12
;======================================================================
13
 
593 mikedld 14
$Revision: 1941 $
15
 
16
 
1941 art_zh 17
;d80x25_bottom:
18
;         db       186,' KolibriOS is based on MenuetOS and comes with ABSOLUTELY '
19
;         db       'NO WARRANTY         ',186
20
;         db       186,' See file COPYING for details                             '
21
;         db       '                    ',186
22
;         line_full_bottom
23
;d80x25_bottom_num = 3
1 ha 24
 
1941 art_zh 25
;msg_apm   db     " APM x.x ", 0
26
;vervesa   db     "Version of Vesa: Vesa x.x",13,10,0
1703 art_zh 27
;novesa    db      "Display: EGA/CGA",13,10,0
1941 art_zh 28
;s_vesa   db      "Version of VESA: "
29
;  .ver   db      "?.?",13,10,0
715 Lrz 30
 
1703 art_zh 31
;gr_mode   db      "Select a videomode: ",13,10,0
715 Lrz 32
 
1703 art_zh 33
;vrrmprint db      "Apply VRR? (picture frequency greater than 60Hz"
34
;          db      " only for transfers:",13,10
35
;          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
715 Lrz 36
 
37
 
1703 art_zh 38
;ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
715 Lrz 39
 
1703 art_zh 40
;bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
41
;          db      13,10,186,"                    "
42
;          db      "3-use preloaded ram-image from kernel restart;"
43
;          db      13,10,186,"                    "
44
;          db      "4-create blank image]: ",0
45
;probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
46
;          db      "2-probe bios (Vesa 3.0)]: ",0
47
;prnotfnd  db      "Fatal - Videomode not found.",0
48
;btns      db      "Fatal - Can't determine color depth.",0
49
;badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
50
;memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
1941 art_zh 51
;okt      db      " ... OK"
52
;linef    db      13,10,0
53
;diskload  db     "Loading diskette: 00 %",8,8,8,8,0
54
;pros     db      "00"
55
;backspace2 db    8,8,0
1703 art_zh 56
boot_dev  db	  0  ; 0=floppy, 1=hd
57
;start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
58
;time_msg  db      " or wait "
59
;time_str  db      " 5 seconds"
60
;          db      " before automatical continuation",13,10,0
61
;current_cfg_msg db "cfgmanager.printcfg reached",13,10,0
62
;curvideo_msg db   " [a] Videomode: ",0
715 Lrz 63
 
1941 art_zh 64
;loading_msg db    "Loading KolibriOS...",0
1703 art_zh 65
;save_quest db     "Remember current settings? [y/n]: ",0
1941 art_zh 66
;loader_block_error db "Invalid boot data",0