Subversion Repositories Kolibri OS

Rev

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

Rev 1084 Rev 1942
Line 9... Line 9...
9
;
9
;
10
;                           BOOT DATA
10
;                           BOOT DATA
11
;
11
;
12
;======================================================================
12
;======================================================================
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 1084 $
14
$Revision: 1942 $
15
 
15
 
16
 
16
 
Line 38... Line 38...
38
          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
38
          db      186," 1024*768->800*600 and 800*600->640*480) [1-yes,2-no]:",0
Line 39... Line 39...
39
 
39
 
Line 40... Line 40...
40
 
40
 
41
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
-
 
42
 
-
 
43
bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
-
 
44
          db      13,10,186,"                    "
-
 
45
          db      "3-use preloaded ram-image from kernel restart;"
41
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
46
          db      13,10,186,"                    "
42
 
47
          db      "4-create blank image]: ",0
43
bdev      db      "Load ramdisk from [1-floppy; 2-kolibri.img]: ",0
48
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
44
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
49
          db      "2-probe bios (Vesa 3.0)]: ",0
45
          db      "2-probe bios (Vesa 3.0)]: ",0
Line 86... Line 82...
86
on_msg    db      " on",13,10,0
82
on_msg    db      " on",13,10,0
87
off_msg   db      " off",13,10,0
83
off_msg   db      " off",13,10,0
88
;readonly_msg db   " only for reading",13,10,0
84
;readonly_msg db   " only for reading",13,10,0
89
vrrm_msg  db      " [c] Use VRR:",0
85
vrrm_msg  db      " [c] Use VRR:",0
90
preboot_device_msg db " [d] Floppy image: ",0
86
preboot_device_msg db " [d] Floppy image: ",0
91
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
87
preboot_device_msgs dw 0,pdm1,pdm2,0
92
pdm1      db      "real floppy",13,10,0
88
pdm1      db      "real floppy",13,10,0
93
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
89
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
94
pdm3      db      "use already loaded image",13,10,0
-
 
95
pdm4      db      "create blank image",13,10,0
-
 
96
loading_msg db    "Loading KolibriOS...",0
90
loading_msg db    "Loading KolibriOS...",0
97
save_quest db     "Remember current settings? [y/n]: ",0
-
 
98
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
-
 
Line 99... Line 91...
99
 
91
 
100
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
92
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
101
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³ ³',13,10,0
93
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³ ³',13,10,0
102
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³ ³',13,10,0
94
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³ ³',13,10,0