Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
431 serge 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
593 mikedld 8
$Revision: 749 $
9
 
10
 
152 heavyiron 11
display_modechg     db  0 ; display mode change for text, yes/no (0 or 2)
12
                          ;
13
                          ; !! Important note !!
14
                          ;
15
                          ; Must be set to 2, to avoid two screenmode
16
                          ; changes within a very short period of time.
1 ha 17
 
152 heavyiron 18
display_atboot      db  0 ; show boot screen messages ( 2-no )
1 ha 19
 
746 Lrz 20
preboot_graph       dw  0 ; graph mode
21
x_save              dw  0 ; x
22
y_save              dw  0 ; y
749 Lrz 23
number_vm	    dw  0 ;
746 Lrz 24
;pixel_save          dw  0 ; per to pixel
152 heavyiron 25
preboot_gprobe      db  0 ; probe vesa3 videomodes (1-no, 2-yes)
26
preboot_vrrm        db  0 ; use VRR_M (1-yes, 2- no)
514 diamond 27
preboot_dma         db  0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
152 heavyiron 28
preboot_device      db  0 ; boot device
545 spraid 29
                          ; (1-floppy 2-harddisk 3-kernel restart 4-format ram disk)
152 heavyiron 30
                          ;!!!! 0 - autodetect !!!!
31
preboot_blogesc     db  1 ; start immediately after bootlog
709 diamond 32
preboot_biosdisk    db  0 ; use V86 to access disks through BIOS (1-yes, 2-no)
1 ha 33
 
465 serge 34
      if $>0x200
29 halyavin 35
ERROR: prebooting parameters must fit in first sector!!!
152 heavyiron 36
      end if
202 diamond 37
hdsysimage          db  'KOLIBRI IMG' ; load from
38
image_save          db  'KOLIBRI IMG' ; save to