Subversion Repositories Kolibri OS

Rev

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

Rev 1505 Rev 1507
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: 1454 $
8
$Revision: 1507 $
9
 
9
 
10
 
10
 
Line 251... Line 251...
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 254... Line 254...
254
 
254
 
-
 
255
LFBAddress          equ (OS_BASE+0x000FE80)
255
LFBAddress          equ (OS_BASE+0x000FE80)
256
UserDMAaddr         equ (OS_BASE+0x000FE84)
256
BTN_ADDR            equ (OS_BASE+0x000FE88)
257
BTN_ADDR            equ (OS_BASE+0x000FE88)
Line 257... Line 258...
257
MEM_AMOUNT          equ (OS_BASE+0x000FE8C)
258
MEM_AMOUNT          equ (OS_BASE+0x000FE8C)
258
 
259
 
Line 320... Line 321...
320
end virtual
321
end virtual
Line 321... Line 322...
321
 
322
 
322
HEAP_BASE           equ (OS_BASE+0x0800000)
323
HEAP_BASE           equ (OS_BASE+0x0800000)
Line -... Line 324...
-
 
324
HEAP_MIN_SIZE       equ 0x01000000
-
 
325
 
-
 
326
PCIe_CONFIG_SPACE   equ	0xF0000000	
323
HEAP_MIN_SIZE       equ 0x01000000
327
USER_DMA_BUFFER     equ 0xFD000000    ; linear addr.
324
 
328
 
325
page_tabs           equ 0xFDC00000
329
page_tabs           equ 0xFDC00000
326
app_page_tabs       equ 0xFDC00000
330
app_page_tabs       equ 0xFDC00000