Subversion Repositories Kolibri OS

Rev

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

Rev 1300 Rev 1310
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: 1300 $
8
$Revision: 1310 $
9
 
9
 
10
 
10
 
Line 308... Line 308...
308
 
308
 
309
BgrDrawMode         equ (OS_BASE+0x033BFF4)
309
BgrDrawMode         equ (OS_BASE+0x033BFF4)
310
BgrDataWidth        equ (OS_BASE+0x033BFF8)
310
BgrDataWidth        equ (OS_BASE+0x033BFF8)
Line -... Line 311...
-
 
311
BgrDataHeight       equ (OS_BASE+0x033BFFC)
-
 
312
 
311
BgrDataHeight       equ (OS_BASE+0x033BFFC)
313
sys_pgmap           equ (OS_BASE+0x033C000)
312
 
314
 
313
virtual at              (OS_BASE+0x033CF80)
315
virtual at              (OS_BASE+0x05FFF80)
Line 314... Line -...
314
  tss  TSS
-
 
315
end virtual
-
 
316
 
316
  tss  TSS
317
sys_pgmap           equ (OS_BASE+0x033F000)
317
end virtual
Line 318... Line 318...
318
 
318
 
319
HEAP_BASE           equ (OS_BASE+0x0800000)
319
HEAP_BASE           equ (OS_BASE+0x0800000)