Subversion Repositories Kolibri OS

Rev

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

Rev 1635 Rev 1638
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: 1638 $
9
 
9
 
10
 
10
 
Line 201... Line 201...
201
idts                equ (OS_BASE+0x000B100)
201
idts                equ (OS_BASE+0x000B100)
202
WIN_STACK           equ (OS_BASE+0x000C000)
202
WIN_STACK           equ (OS_BASE+0x000C000)
203
WIN_POS             equ (OS_BASE+0x000C400)
203
WIN_POS             equ (OS_BASE+0x000C400)
204
FDD_BUFF            equ (OS_BASE+0x000D000)
204
FDD_BUFF            equ (OS_BASE+0x000D000)
Line 205... Line -...
205
 
-
 
206
;unused ? only one reference
-
 
207
ENABLE_TASKSWITCH   equ (OS_BASE+0x000E000)
-
 
208
 
205
 
209
PUTPIXEL            equ (OS_BASE+0x000E020)
206
PUTPIXEL            equ (OS_BASE+0x000E020)
Line 210... Line 207...
210
GETPIXEL            equ (OS_BASE+0x000E024)
207
GETPIXEL            equ (OS_BASE+0x000E024)
211
 
208