Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
1 ha 1
;======================================================================
2
;
3
;                           BOOT DATA
4
;
5
;======================================================================
6
 
593 mikedld 7
$Revision: 709 $
8
 
9
 
29 halyavin 10
d80x25_bottom:
5 halyavin 11
          db       186,' KolibriOS based on MenuetOS and comes with ABSOLUTELY '
12
          db       'NO WARRANTY            ',186
13
          db       186,' See file COPYING for details                          '
14
          db       '                       ',186
1 ha 15
          line_full_bottom
29 halyavin 16
d80x25_bottom_num = 3
1 ha 17
 
18
novesa    db      "Display: EGA/CGA",13,10,0
40 halyavin 19
vervesa   db      "Version of Vesa: Vesa x.x",13,10,0
1 ha 20
vervesa_off=22
84 diamond 21
msg_apm	  db      " APM x.x ", 0
1 ha 22
gr_mode   db      186," Vesa 2.0+ 16 M LFB:  [1] 640x480, [2] 800x600, "
23
          db      "[3] 1024x768, [4] 1280x1024",13,10
24
          db      186," Vesa 1.2  16 M Bnk:  [5] 640x480, [6] 800x600, "
25
          db      "[7] 1024x768, [8] 1280x1024",13,10
26
          db      186," EGA/CGA   256 Colors:  [9] 320x200, "
27
          db      "VGA 16 Colors: [0]  640x480",13,10
28
          db      186," Select mode: ",0
40 halyavin 29
bt24      db      "Bits Per Pixel: 24",13,10,0
30
bt32      db      "Bits Per Pixel: 32",13,10,0
31
vrrmprint db      "Apply VRR? (picture frequency greater than 60Hz"
1 ha 32
          db      " only for transfers:",13,10
33
          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
40 halyavin 34
;askmouse  db      " Mouse at:"
35
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
36
;          db      " Select port [1-3]: ",0
37
;no_com1   db      13,10,186, " No COM1 mouse",0
38
;no_com2   db      13,10,186, " No COM2 mouse",0
709 diamond 39
;ask_dma   db      "Use DMA for HDD access? [1-yes, 2-only for reading, 3-no]: ",0
40
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
40 halyavin 41
;gr_direct db      186," Use direct LFB writing? "
42
;          db      "[1-yes/2-no] ? ",0
1 ha 43
;mem_model db      13,10,186," Motherboard memory [1-16 Mb / 2-32 Mb / "
44
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
40 halyavin 45
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
202 diamond 46
bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
1 ha 47
          db      13,10,186,"                    "
545 spraid 48
          db      "3-use preloaded ram-image from kernel restart;"
599 spraid 49
          db      13,10,186,"                    "
50
          db      "4-create blank image]: ",0
1 ha 51
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
52
          db      "2-probe bios (Vesa 3.0)]: ",0
53
;memokz256 db      13,10,186," RAM 256 Mb",0
54
;memokz128 db      13,10,186," RAM 128 Mb",0
55
;memokz64  db      13,10,186," RAM 64 Mb",0
56
;memokz32  db      13,10,186," RAM 32 Mb",0
57
;memokz16  db      13,10,186," RAM 16 Mb",0
40 halyavin 58
prnotfnd  db      "Fatal - Videomode not found.",0
59
;modena    db      "Fatal - VBE 0x112+ required.",0
1 ha 60
not386    db      "Fatal - CPU 386+ required.",0
40 halyavin 61
btns      db      "Fatal - Can't determine color depth.",0
62
fatalsel  db      "Fatal - Graphics mode not supported by hardware.",0
63
badsect   db      13,10,186," Fatal - Bad sector. Replace floppy.",0
64
memmovefailed db  13,10,186," Fatal - Int 0x15 move failed.",0
29 halyavin 65
okt       db      " ... OK"
1 ha 66
linef     db      13,10,0
40 halyavin 67
diskload  db      "Loading diskette: 00 %",8,8,8,8,0
68
pros      db      "00"
69
backspace2 db     8,8,0
1 ha 70
boot_dev  db      0  ; 0=floppy, 1=hd
29 halyavin 71
start_msg db      "Press [abcd] to change settings, press [Enter] to continue booting",13,10,0
72
time_msg  db      " or wait "
73
time_str  db      " 5 seconds"
74
          db      " before automatical continuation",13,10,0
75
current_cfg_msg db "Current settings:",13,10,0
76
curvideo_msg db   " [a] Videomode: ",0
77
mode1     db      "640x480",0
78
mode2     db      "800x600",0
79
mode3     db      "1024x768",0
80
mode4     db      "1280x1024",0
465 serge 81
modes_msg dw mode4,mode1,mode2,mode3
29 halyavin 82
modevesa20 db     " with LFB",0
83
modevesa12 db     ", VESA 1.2 Bnk",0
84
mode9     db      "320x200, EGA/CGA 256 colors",0
85
mode10    db      "640x480, VGA 16 colors",0
86
probeno_msg db    " (standard mode)",0
87
probeok_msg db    " (check nonstandard modes)",0
709 diamond 88
;dma_msg   db      " [b] Use DMA for HDD access:",0
89
usebd_msg db      " [b] Add disks visible by BIOS:",0
29 halyavin 90
on_msg    db      " on",13,10,0
91
off_msg   db      " off",13,10,0
709 diamond 92
;readonly_msg db   " only for reading",13,10,0
29 halyavin 93
vrrm_msg  db      " [c] Use VRR:",0
94
preboot_device_msg db " [d] Floppy image: ",0
465 serge 95
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
29 halyavin 96
pdm1      db      "real floppy",13,10,0
202 diamond 97
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
29 halyavin 98
pdm3      db      "use already loaded image",13,10,0
545 spraid 99
pdm4      db      "create blank image",13,10,0
29 halyavin 100
loading_msg db    "Loading KolibriOS...",0
101
save_quest db     "Remember current settings? [y/n]: ",0
102
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0