Subversion Repositories Kolibri OS

Rev

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

Rev 8088 Rev 8092
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: 8088 $
8
$Revision: 8092 $
Line 9... Line 9...
9
 
9
 
Line 175... Line 175...
175
        dq      0       ; offset in file
175
        dq      0       ; offset in file
176
        dd      0x31000 ; number of bytes to read
176
        dd      0x31000 ; number of bytes to read
177
        dd      _CLEAN_ZONE ; buffer for data
177
        dd      _CLEAN_ZONE ; buffer for data
178
        db      '/sys/KERNEL.MNT',0
178
        db      '/sys/KERNEL.MNT',0
Line 179... Line 179...
179
 
179
 
Line 180... Line 180...
180
dev_data_path  db '/sys/DRIVERS/DEVICES.DAT',0
180
dev_data_path  db '/RD/1/DRIVERS/DEVICES.DAT',0
Line 181... Line 181...
181
 
181
 
182
align 4
182
align 4