Subversion Repositories Kolibri OS

Rev

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

Rev 5565 Rev 5577
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 5565 $
8
$Revision: 5577 $
9
 
9
 
10
 
10
 
Line 227... Line 227...
227
SLOT_BASE           equ (OS_BASE+0x0080000)
227
SLOT_BASE           equ (OS_BASE+0x0080000)
Line 228... Line 228...
228
 
228
 
Line 229... Line 229...
229
VGABasePtr          equ (OS_BASE+0x00A0000)
229
VGABasePtr          equ (OS_BASE+0x00A0000)
230
 
-
 
Line 231... Line 230...
231
CLEAN_ZONE          equ (_CLEAN_ZONE-OS_BASE)
230
 
Line 232... Line 231...
232
IDE_DMA             equ (_IDE_DMA-OS_BASE)
231
CLEAN_ZONE          equ (_CLEAN_ZONE-OS_BASE)
233
 
232
 
Line 494... Line 493...
494
struct  RWSEM
493
struct  RWSEM
495
        wait_list       LHEAD
494
        wait_list       LHEAD
496
        count   dd ?
495
        count           dd ?
497
ends
496
ends
Line -... Line 497...
-
 
497
 
-
 
498
struct  FUTEX
-
 
499
        list            LHEAD
-
 
500
        magic           dd ?
-
 
501
        handle          dd ?
-
 
502
        destroy         dd ?
-
 
503
 
-
 
504
        wait_list       LHEAD
-
 
505
        pointer         dd ?
-
 
506
        flags           dd ?
-
 
507
ends
-
 
508
 
498
 
509
 
499
struct  display_t
510
struct  display_t
500
        x               dd ?
511
        x               dd ?
501
        y               dd ?
512
        y               dd ?
502
        width           dd ?
513
        width           dd ?