Subversion Repositories Kolibri OS

Rev

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

Rev 6827 Rev 6926
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: 6827 $
8
$Revision: 6926 $
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 25... Line 25...
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"
Line -... Line 29...
-
 
29
 
-
 
30
include "posix/posix.inc"
29
 
31
 
Line 30... Line 32...
30
include "boot/shutdown.inc"     ; kernel shutdown
32
include "boot/shutdown.inc"     ; kernel shutdown
31
 
33
 
32
include "video/vesa20.inc"
34
include "video/vesa20.inc"