Subversion Repositories Kolibri OS

Rev

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

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