Subversion Repositories Kolibri OS

Rev

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

Rev 8285 Rev 8671
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: 8285 $
8
$Revision: 8671 $
Line 9... Line 9...
9
 
9
 
Line 175... Line 175...
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 '/RD/1/DRIVERS/DEVICES.DAT',0
-
 
-
 
179
dev_data_path  db '/RD/1/DRIVERS/DEVICES.DAT',0
-
 
180
; { Patch by Coldy, For DLL autoload
-
 
181
dll_lib_path  db '/RD/1/LIB/DLL.OBJ',0
-
 
182
dll_error_msg db '"DLL.OBJ not found!\nTerminate application!" -dE',0   
180
 
183
; } End patch by Coldy, For DLL autoload
Line 181... Line 184...
181
align 4
184
align 4
182
 
185
 
183
shmem_list:
186
shmem_list: