Subversion Repositories Kolibri OS

Rev

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

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