Subversion Repositories Kolibri OS

Rev

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

Rev 6462 Rev 6502
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: 6462 $
8
$Revision: 6502 $
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/conf_lib.inc"
-
 
30
include "core/ext_lib.inc"      ; load external library
-
 
Line 31... Line 29...
31
 
29
 
Line 32... Line 30...
32
include "boot/shutdown.inc"     ; kernel shutdown
30
include "boot/shutdown.inc"     ; kernel shutdown
33
 
31
 
Line 65... Line 63...
65
 
63
 
Line 66... Line 64...
66
include "fs/fs_lfn.inc"         ; sysfunction 70
64
include "fs/fs_lfn.inc"         ; sysfunction 70
Line 67... Line 65...
67
 
65
 
-
 
66
include "network/stack.inc"
-
 
67