Subversion Repositories Kolibri OS

Rev

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

Rev 2014 Rev 2047
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: 2014 $
8
$Revision: 2047 $
9
 
9
 
10
 
10
 
Line 333... Line 333...
333
virtual at		(OS_BASE+0x05FFF80)
333
virtual at		(OS_BASE+0x05FFF80)
334
  tss  TSS
334
  tss  TSS
335
end virtual
335
end virtual
Line 336... Line 336...
336
 
336
 
337
HEAP_BASE	    equ (OS_BASE+0x0800000)
337
HEAP_BASE	    equ (OS_BASE+0x0800000)
Line 338... Line 338...
338
HEAP_MIN_SIZE	    equ 0x01000000
338
HEAP_MIN_SIZE	    equ 0x02000000
339
 
339
 
-
 
340
PCIe_CONFIG_SPACE   equ 0xF0000000
Line 340... Line 341...
340
PCIe_CONFIG_SPACE   equ 0xF0000000
341
USER_DMA_BUFFER     equ 0xFD000000    ; linear addr.
341
USER_DMA_BUFFER     equ 0xFD000000    ; linear addr.
342
USER_DMA_SIZE	    equ 0x00800000
342
 
343
 
343
page_tabs	    equ 0xFDC00000
344
page_tabs	    equ 0xFDC00000