Subversion Repositories Kolibri OS

Rev

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

Rev 2010 Rev 2106
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: 2010 $
16
$Revision: 2106 $
17
 
17
 
18
 
18
 
Line 220... Line 220...
220
include "core/peload.inc"   ;
220
include "core/peload.inc"   ;
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
Line 225... Line 226...
225
 
226
 
226
; GUI stuff
227
; GUI stuff
227
include "gui/window.inc"
228
include "gui/window.inc"
228
include "gui/event.inc"
229
include "gui/event.inc"