Subversion Repositories Kolibri OS

Rev

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

Rev 7830 Rev 8037
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 7830 $
8
$Revision: 8037 $
9
 
9
 
10
include "core/sync.inc"         ; macros for synhronization objects
10
include "core/sync.inc"         ; macros for synhronization objects
11
include "core/sys32.inc"        ; process management
11
include "core/sys32.inc"        ; process management
Line 24... Line 24...
24
include "core/v86.inc"          ; 16-bit mode machine
24
include "core/v86.inc"          ; 16-bit mode machine
25
include "core/irq.inc"          ; interrupt handling functions
25
include "core/irq.inc"          ; interrupt handling functions
26
include "core/apic.inc"
26
include "core/apic.inc"
27
include "core/timers.inc"
27
include "core/timers.inc"
28
include "core/clipboard.inc"
28
include "core/clipboard.inc"
-
 
29
include "core/slab.inc"
Line 29... Line 30...
29
 
30
 
Line 30... Line 31...
30
include "posix/posix.inc"
31
include "posix/posix.inc"