Subversion Repositories Kolibri OS

Rev

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

Rev 514 Rev 545
Line 1... Line 1...
1
$Revision: 514 $
1
$Revision: 545 $
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 18... Line 18...
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         db  0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
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 4-format ram disk)
24
                          ;!!!! 0 - autodetect !!!!
24
                          ;!!!! 0 - autodetect !!!!
25
preboot_blogesc     db  1 ; start immediately after bootlog
25
preboot_blogesc     db  1 ; start immediately after bootlog
Line 26... Line 26...
26
 
26
 
27
      if $>0x200
27
      if $>0x200