Subversion Repositories Kolibri OS

Rev

Rev 202 | Rev 425 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 202 Rev 346
Line 8... Line 8...
8
display_atboot      db  0 ; show boot screen messages ( 2-no )
8
display_atboot      db  0 ; show boot screen messages ( 2-no )
Line 9... Line 9...
9
 
9
 
10
preboot_graph       db  0 ; graph mode
10
preboot_graph       db  0 ; graph mode
11
preboot_gprobe      db  0 ; probe vesa3 videomodes (1-no, 2-yes)
11
preboot_gprobe      db  0 ; probe vesa3 videomodes (1-no, 2-yes)
12
preboot_vrrm        db  0 ; use VRR_M (1-yes, 2- no)
12
preboot_vrrm        db  0 ; use VRR_M (1-yes, 2- no)
13
preboot_mtrr        db  0 ; mtrr acceleration (1-yes, 2-no)
13
preboot_dma_write   db  0 ; use DMA for writing to HDD (1-yes, 2-no)
14
preboot_device      db  0 ; boot device
14
preboot_device      db  0 ; boot device
15
                          ; (1-floppy 2-harddisk 3-kernel restart)
15
                          ; (1-floppy 2-harddisk 3-kernel restart)
16
                          ;!!!! 0 - autodetect !!!!
16
                          ;!!!! 0 - autodetect !!!!