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 1962
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: 1962 $
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 -... Line 40...
-
 
40
 
40
 
41
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
41
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
42
 
42
 
43
if defined extended_primary_loader
43
bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
44
bdev      db      "Load ramdisk from [1-floppy; 2-C:\kolibri.img (FAT32);"
44
          db      13,10,186,"                    "
45
          db      13,10,186,"                    "
-
 
46
          db      "3-use preloaded ram-image from kernel restart;"
-
 
47
          db      13,10,186,"                    "
-
 
48
          db      "4-create blank image]: ",0
45
          db      "3-use preloaded ram-image from kernel restart;"
49
else
46
          db      13,10,186,"                    "
50
bdev      db      "Load ramdisk from [1-floppy; 2-kolibri.img]: ",0
47
          db      "4-create blank image]: ",0
51
end if
48
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
52
probetext db      13,10,13,10,186," Use standart graphics mode? [1-yes, "
49
          db      "2-probe bios (Vesa 3.0)]: ",0
53
          db      "2-probe bios (Vesa 3.0)]: ",0
Line 86... Line 90...
86
on_msg    db      " on",13,10,0
90
on_msg    db      " on",13,10,0
87
off_msg   db      " off",13,10,0
91
off_msg   db      " off",13,10,0
88
;readonly_msg db   " only for reading",13,10,0
92
;readonly_msg db   " only for reading",13,10,0
89
vrrm_msg  db      " [c] Use VRR:",0
93
vrrm_msg  db      " [c] Use VRR:",0
90
preboot_device_msg db " [d] Floppy image: ",0
94
preboot_device_msg db " [d] Floppy image: ",0
-
 
95
if defined extended_primary_loader
-
 
96
preboot_device_msgs dw 0,pdm1,pdm2,0
-
 
97
pdm1      db      "real floppy",13,10,0
-
 
98
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
-
 
99
else
91
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
100
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
92
pdm1      db      "real floppy",13,10,0
101
pdm1      db      "real floppy",13,10,0
93
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
102
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
94
pdm3      db      "use already loaded image",13,10,0
103
pdm3      db      "use already loaded image",13,10,0
95
pdm4      db      "create blank image",13,10,0
104
pdm4      db      "create blank image",13,10,0
-
 
105
end if
96
loading_msg db    "Loading KolibriOS...",0
106
loading_msg db    "Loading KolibriOS...",0
-
 
107
if ~ defined extended_primary_loader
97
save_quest db     "Remember current settings? [y/n]: ",0
108
save_quest db     "Remember current settings? [y/n]: ",0
98
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
109
loader_block_error db "Bootloader data invalid, I cannot continue. Stopped.",0
-
 
110
end if
Line 99... Line 111...
99
 
111
 
100
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
112
_st db 186,'                   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿',13,10,0
101
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³ ³',13,10,0
113
_r1 db 186,'                   ³  320x200  EGA/CGA 256 colors  ³ ³',13,10,0
102
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³ ³',13,10,0
114
_r2 db 186,'                   ³  640x480  VGA 16 colors       ³ ³',13,10,0