Subversion Repositories Kolibri OS

Rev

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

Rev 7129 Rev 8091
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: 7129 $
8
$Revision: 8091 $
9
 
9
 
10
 
10
 
Line 75... Line 75...
75
        config_variable 'timeout', parse_timeout
75
        config_variable 'timeout', parse_timeout
76
        config_variable 'resolution', parse_resolution
76
        config_variable 'resolution', parse_resolution
77
        config_variable 'vbemode', parse_vbemode
77
        config_variable 'vbemode', parse_vbemode
78
        config_variable 'biosdisks', parse_biosdisks
78
        config_variable 'biosdisks', parse_biosdisks
79
        config_variable 'imgfrom', parse_imgfrom
79
        config_variable 'imgfrom', parse_imgfrom
-
 
80
        config_variable 'syspath', parse_syspath
80
        dw      0
81
        dw      0
81
; data for image file loading, look in PrimaryLoader.txt
82
; data for image file loading, look in PrimaryLoader.txt
82
image_file_struct:
83
image_file_struct:
83
        dw      0, 4000h ; load to 4000:0000
84
        dw      0, 4000h ; load to 4000:0000
84
        dw      16       ; read no more than 16*4K = 64K
85
        dw      16       ; read no more than 16*4K = 64K