Subversion Repositories Kolibri OS

Rev

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

Rev 3310 Rev 3393
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3310 $
8
$Revision: 3393 $
Line 9... Line 9...
9
 
9
 
Line 179... Line 179...
179
 
179
 
180
dll_list:
180
dll_list:
181
 .bk           dd dll_list
181
 .bk           dd dll_list
Line -... Line 182...
-
 
182
 .fd           dd dll_list
-
 
183
 
-
 
184
pcidev_list:
-
 
185
 .bk           dd pcidev_list
182
 .fd           dd dll_list
186
 .fd           dd pcidev_list
183
 
187
 
184
MAX_DEFAULT_DLL_ADDR = 0x80000000
188
MAX_DEFAULT_DLL_ADDR = 0x80000000
Line 185... Line 189...
185
MIN_DEFAULT_DLL_ADDR = 0x70000000
189
MIN_DEFAULT_DLL_ADDR = 0x70000000