Subversion Repositories Kolibri OS

Rev

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

Rev 465 Rev 514
Line 1... Line 1...
1
$Revision: 465 $
1
$Revision: 514 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 16... Line 16...
16
display_atboot      db  0 ; show boot screen messages ( 2-no )
16
display_atboot      db  0 ; show boot screen messages ( 2-no )
Line 17... Line 17...
17
 
17
 
18
preboot_graph       db  0 ; graph mode
18
preboot_graph       db  0 ; graph mode
19
preboot_gprobe      db  0 ; probe vesa3 videomodes (1-no, 2-yes)
19
preboot_gprobe      db  0 ; probe vesa3 videomodes (1-no, 2-yes)
20
preboot_vrrm        db  0 ; use VRR_M (1-yes, 2- no)
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)
21
preboot_dma         db  0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
22
preboot_device      db  0 ; boot device
22
preboot_device      db  0 ; boot device
23
                          ; (1-floppy 2-harddisk 3-kernel restart)
23
                          ; (1-floppy 2-harddisk 3-kernel restart)
24
                          ;!!!! 0 - autodetect !!!!
24
                          ;!!!! 0 - autodetect !!!!