Subversion Repositories Kolibri OS

Rev

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

Rev 1683 Rev 1710
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: 1683 $
8
$Revision: 1710 $
9
 
9
 
10
 
10
 
Line 250... Line 250...
250
Screen_Max_X        equ (OS_BASE+0x000FE00)
250
Screen_Max_X        equ (OS_BASE+0x000FE00)
251
Screen_Max_Y        equ (OS_BASE+0x000FE04)
251
Screen_Max_Y        equ (OS_BASE+0x000FE04)
252
BytesPerScanLine    equ (OS_BASE+0x000FE08)
252
BytesPerScanLine    equ (OS_BASE+0x000FE08)
253
SCR_MODE            equ (OS_BASE+0x000FE0C)
253
SCR_MODE            equ (OS_BASE+0x000FE0C)
Line -... Line 254...
-
 
254
 
254
 
255
KERNEL_ALLOC_FLAG   equ (OS_BASE+0x000FE70)   
255
mmio_pcie_cfg_addr  equ	(OS_BASE+0x000FE74)	
256
mmio_pcie_cfg_addr  equ	(OS_BASE+0x000FE74)	
256
mmio_pcie_cfg_lim   equ	(OS_BASE+0x000FE78)	
257
mmio_pcie_cfg_lim   equ	(OS_BASE+0x000FE78)	
257
mmio_pcie_cfg_pdes  equ	(OS_BASE+0x000FE7C)	
258
mmio_pcie_cfg_pdes  equ	(OS_BASE+0x000FE7C)