Subversion Repositories Kolibri OS

Rev

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

Rev 2119 Rev 2123
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 2119 $
16
$Revision: 2123 $
17
 
17
 
18
 
18
 
Line 221... Line 221...
221
include "core/exports.inc"
221
include "core/exports.inc"
222
include "core/string.inc"
222
include "core/string.inc"
223
include "core/v86.inc"      ; virtual-8086 manager
223
include "core/v86.inc"      ; virtual-8086 manager
224
include "core/apic.inc"     ; Interrupt Controller functions
224
include "core/apic.inc"     ; Interrupt Controller functions
225
include "core/irq.inc"      ; irq handling functions
225
include "core/irq.inc"      ; irq handling functions
-
 
226
include "core/timers.inc"
Line 226... Line 227...
226
 
227
 
227
; GUI stuff
228
; GUI stuff
228
include "gui/window.inc"
229
include "gui/window.inc"
229
include "gui/event.inc"
230
include "gui/event.inc"