Subversion Repositories Kolibri OS

Rev

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

Rev 3560 Rev 3588
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3560 $
8
$Revision: 3588 $
9
 
9
 
10
 
10
 
Line 277... Line 277...
277
d_width_calc_area   equ (OS_BASE+0x02CA000)
277
d_width_calc_area   equ (OS_BASE+0x02CA000)
Line 278... Line 278...
278
 
278
 
279
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
279
RESERVED_PORTS      equ (OS_BASE+0x02D0000)
Line 280... Line -...
280
BOOT_VAR            equ (OS_BASE+0x02E0000)
-
 
281
 
280
BOOT_VAR            equ (OS_BASE+0x02E0000)
Line 282... Line -...
282
skin_data           equ (OS_BASE+0x0318000)
-
 
283
draw_data           equ (OS_BASE+0x0320000)
-
 
284
 
-
 
285
BgrDrawMode         equ (OS_BASE+0x0323FF4)
-
 
286
BgrDataWidth        equ (OS_BASE+0x0323FF8)
281
 
Line 287... Line 282...
287
BgrDataHeight       equ (OS_BASE+0x0323FFC)
282
draw_data           equ (OS_BASE+0x0320000)
Line 288... Line 283...
288
 
283