Subversion Repositories Kolibri OS

Rev

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

  1. $Revision: 465 $
  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.  
  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.
  15.  
  16. display_atboot      db  0 ; show boot screen messages ( 2-no )
  17.  
  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)
  21. preboot_dma_write   db  0 ; use DMA for writing to HDD (1-yes, 2-no)
  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
  26.  
  27.       if $>0x200
  28. ERROR: prebooting parameters must fit in first sector!!!
  29.       end if
  30. hdsysimage          db  'KOLIBRI IMG' ; load from
  31. image_save          db  'KOLIBRI IMG' ; save to
  32.