Subversion Repositories Kolibri OS

Rev

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

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