Subversion Repositories Kolibri OS

Rev

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

Rev 2010 Rev 2015
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 2015 $
Line 9... Line 9...
9
 
9
 
Line 112... Line 112...
112
bootpath2      db  0
112
bootpath2      db  0
113
vmode          db  '/sys/drivers/VMODE.MDR',0
113
vmode          db  '/sys/drivers/VMODE.MDR',0
114
vrr_m          db  'VRR_M',0
114
vrr_m          db  'VRR_M',0
115
kernel_file    db  'KERNEL  MNT'
115
kernel_file    db  'KERNEL  MNT'
Line -... Line 116...
-
 
116
 
Line 116... Line 117...
116
 
117
dev_data_path  db '/RD/1/DRIVERS/DEVICES.DAT',0
Line 117... Line 118...
117
 
118
 
118
align 4
119
align 4