Subversion Repositories Kolibri OS

Rev

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

Rev 9756 Rev 9813
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9756 $
8
$Revision: 9813 $
Line 9... Line 9...
9
 
9
 
Line 174... Line 174...
174
        dq      0       ; offset in file
174
        dq      0       ; offset in file
175
        dd      0x31000 ; number of bytes to read
175
        dd      0x31000 ; number of bytes to read
176
        dd      _CLEAN_ZONE ; buffer for data
176
        dd      _CLEAN_ZONE ; buffer for data
177
        db      '/sys/KERNEL.MNT',0
177
        db      '/sys/KERNEL.MNT',0
Line 178... Line 178...
178
 
178
 
179
dev_data_path  db '/SYS/DRIVERS/DEVICES.DAT',0
179
dev_data_path  db '/RD/1/DRIVERS/DEVICES.DAT',0
180
; { Patch by Coldy, For DLL autoload
180
; { Patch by Coldy, For DLL autoload
181
dll_lib_path  db '/SYS/LIB/DLL.OBJ',0
181
dll_lib_path  db '/SYS/LIB/DLL.OBJ',0
182
dll_error_msg db '"DLL.OBJ not found!\nTerminate application!" -dE',0   
182
dll_error_msg db '"DLL.OBJ not found!\nTerminate application!" -dE',0   
183
; } End patch by Coldy, For DLL autoload
183
; } End patch by Coldy, For DLL autoload