Subversion Repositories Kolibri OS

Rev

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

Rev 839 Rev 840
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 839 $
8
$Revision: 840 $
9
 
9
 
10
 
10
 
Line 321... Line 321...
321
draw_data           equ (OS_BASE+0x0338000);
321
draw_data           equ (OS_BASE+0x0338000);
Line 322... Line 322...
322
 
322
 
323
BgrDrawMode         equ (OS_BASE+0x033BFF4)
323
BgrDrawMode         equ (OS_BASE+0x033BFF4)
324
BgrDataWidth        equ (OS_BASE+0x033BFF8)
324
BgrDataWidth        equ (OS_BASE+0x033BFF8)
325
BgrDataHeight       equ (OS_BASE+0x033BFFC)
-
 
326
WinMapAddress       equ (OS_BASE+0x033C000)
-
 
Line -... Line 325...
-
 
325
BgrDataHeight       equ (OS_BASE+0x033BFFC)
-
 
326
 
327
display_data        equ (OS_BASE+0x033C000) ;1024*1280=0x140000
327
;display_data        equ (OS_BASE+0x033C000) ;1024*1280=0x140000
328
 
328
 
329
virtual at              (OS_BASE+0x047CF80)
329
virtual at              (OS_BASE+0x033CF80)
Line 330... Line 330...
330
  tss  TSS
330
  tss  TSS
331
end virtual
-
 
332
 
-
 
333
sys_pgmap           equ (OS_BASE+0x047F000)
-
 
Line 334... Line 331...
334
 
331
end virtual
Line 335... Line 332...
335
 
332
 
336
new_app_base        equ 0;
333
sys_pgmap           equ (OS_BASE+0x033F000)