Subversion Repositories Kolibri OS

Rev

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

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