Subversion Repositories Kolibri OS

Rev

Rev 29 | Rev 152 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 151
1
display_modechg   db    0  ; display mode change for text, yes/no (0 or 2)
1
display_modechg   db	0  ; display mode change for text, yes/no (0 or 2)
2
                           ;
2
			   ;
3
                           ; !! Important note !!
3
			   ; !! Important note !!
4
                           ;
4
			   ;
5
                           ; Must be set to 2, to avoid two screenmode
5
			   ; Must be set to 2, to avoid two screenmode
6
                           ; changes within a very short period of time.
6
			   ; changes within a very short period of time.
7
 
7
 
8
display_atboot    db    0  ; show boot screen messages ( 2-no )
8
display_atboot	  db	0  ; show boot screen messages ( 2-no )
9
 
9
 
10
preboot_graph     db    0 ; graph mode
10
preboot_graph	  db	0 ; graph mode
11
preboot_gprobe    db    0 ; probe vesa3 videomodes (1-no, 2-yes)
11
preboot_gprobe	  db	0 ; probe vesa3 videomodes (1-no, 2-yes)
12
preboot_vrrm      db    0 ; use VRR_M (1-yes, 2- no)
12
preboot_vrrm	  db	0 ; use VRR_M (1-yes, 2- no)
13
;;preboot_mouse     db    0 ; mouse port (1-PS2, 2-COM1, 3-COM2)
-
 
14
preboot_mtrr      db    0 ; mtrr acceleration (1-yes, 2-no)
13
preboot_mtrr	  db	0 ; mtrr acceleration (1-yes, 2-no)
15
preboot_device    db    0 ; boot device
14
preboot_device	  db	0 ; boot device
16
                           ; (1-floppy 2-harddisk 3-kernel restart)
15
			   ; (1-floppy 2-harddisk 3-kernel restart)
17
;;preboot_memory    db    0  ; amount of memory
-
 
18
                           ; (1-16Mb;2-32Mb;3-64Mb;4-128Mb;5-256Mb)
-
 
19
                           ;       !!!! 0 - autodetect !!!!
16
			   ;       !!!! 0 - autodetect !!!!
20
preboot_blogesc   db    1  ; start immediately after bootlog
17
preboot_blogesc   db	1  ; start immediately after bootlog
21
 
18
 
22
	if $>10200h
19
	if $>10200h
23
ERROR: prebooting parameters must fit in first sector!!!
20
ERROR: prebooting parameters must fit in first sector!!!
24
	end if
21
	end if
25
hdsysimage        db    'MENUET  IMG' ; load from
22
hdsysimage	  db	'MENUET  IMG' ; load from
26
image_save        db    'MENUET  IMG' ; save to
23
image_save	  db	'MENUET  IMG' ; save to