Subversion Repositories Kolibri OS

Rev

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

  1. $Revision: 425 $
  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.
  8.  
  9. display_atboot      db  0 ; show boot screen messages ( 2-no )
  10.  
  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)
  14. preboot_dma_write   db  0 ; use DMA for writing to HDD (1-yes, 2-no)
  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
  19.  
  20.       if $>10200h
  21. ERROR: prebooting parameters must fit in first sector!!!
  22.       end if
  23. hdsysimage          db  'KOLIBRI IMG' ; load from
  24. image_save          db  'KOLIBRI IMG' ; save to
  25.