Subversion Repositories Kolibri OS

Rev

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

Rev 2010 Rev 2268
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: 2010 $
8
$Revision: 2268 $
9
 
9
 
10
 
10
 
Line 76... Line 76...
76
}
76
}
77
config_file_variables:
77
config_file_variables:
78
        config_variable 'timeout', parse_timeout
78
        config_variable 'timeout', parse_timeout
79
        config_variable 'resolution', parse_resolution
79
        config_variable 'resolution', parse_resolution
80
        config_variable 'vbemode', parse_vbemode
80
        config_variable 'vbemode', parse_vbemode
81
        config_variable 'vrr', parse_vrr
81
;        config_variable 'vrr', parse_vrr
82
        config_variable 'biosdisks', parse_biosdisks
82
        config_variable 'biosdisks', parse_biosdisks
83
        config_variable 'imgfrom', parse_imgfrom
83
        config_variable 'imgfrom', parse_imgfrom
84
        dw      0
84
        dw      0
85
; data for image file loading, look in PrimaryLoader.txt
85
; data for image file loading, look in PrimaryLoader.txt
86
image_file_struct:
86
image_file_struct: