Subversion Repositories Kolibri OS

Rev

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

Rev 8037 Rev 8111
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: 8037 $
8
$Revision: 8111 $
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 22... Line 22...
22
include "core/exports.inc"
22
include "core/exports.inc"
23
include "core/string.inc"
23
include "core/string.inc"
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/hpet.inc"
27
include "core/timers.inc"
28
include "core/timers.inc"
28
include "core/clipboard.inc"
29
include "core/clipboard.inc"
29
include "core/slab.inc"
30
include "core/slab.inc"
Line -... Line 31...
-
 
31
 
-
 
32
include "acpi/acpi.inc"
30
 
33
 
Line 31... Line 34...
31
include "posix/posix.inc"
34
include "posix/posix.inc"
Line 32... Line 35...
32
 
35