Subversion Repositories Kolibri OS

Rev

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

Rev 709 Rev 746
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 709 $
8
$Revision: 746 $
9
 
9
 
10
 
10
 
Line 15... Line 15...
15
                          ; Must be set to 2, to avoid two screenmode
15
                          ; Must be set to 2, to avoid two screenmode
16
                          ; changes within a very short period of time.
16
                          ; changes within a very short period of time.
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
display_atboot      db  0 ; show boot screen messages ( 2-no )
18
display_atboot      db  0 ; show boot screen messages ( 2-no )
-
 
19
 
-
 
20
preboot_graph       dw  0 ; graph mode
-
 
21
x_save              dw  0 ; x
19
 
22
y_save              dw  0 ; y
20
preboot_graph       db  0 ; graph mode
23
;pixel_save          dw  0 ; per to pixel
21
preboot_gprobe      db  0 ; probe vesa3 videomodes (1-no, 2-yes)
24
preboot_gprobe      db  0 ; probe vesa3 videomodes (1-no, 2-yes)
22
preboot_vrrm        db  0 ; use VRR_M (1-yes, 2- no)
25
preboot_vrrm        db  0 ; use VRR_M (1-yes, 2- no)
23
preboot_dma         db  0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)
26
preboot_dma         db  0 ; use DMA for access to HDD (1-always, 2-only for read, 3-never)