Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 7121
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 5363 $
8
$Revision: 7121 $
9
 
9
 
10
 
10
 
Line 77... Line 77...
77
}
77
}
78
config_file_variables:
78
config_file_variables:
79
        config_variable 'timeout', parse_timeout
79
        config_variable 'timeout', parse_timeout
80
        config_variable 'resolution', parse_resolution
80
        config_variable 'resolution', parse_resolution
81
        config_variable 'vbemode', parse_vbemode
81
        config_variable 'vbemode', parse_vbemode
82
;        config_variable 'vrr', parse_vrr
-
 
83
        config_variable 'biosdisks', parse_biosdisks
82
        config_variable 'biosdisks', parse_biosdisks
84
        config_variable 'imgfrom', parse_imgfrom
83
        config_variable 'imgfrom', parse_imgfrom
85
        dw      0
84
        dw      0
86
; data for image file loading, look in PrimaryLoader.txt
85
; data for image file loading, look in PrimaryLoader.txt
87
image_file_struct:
86
image_file_struct: