Subversion Repositories Kolibri OS

Rev

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

Rev 3935 Rev 4199
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: 3935 $
16
$Revision: 4199 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 169... Line 169...
169
include "core/string.inc"
169
include "core/string.inc"
170
include "core/v86.inc"      ; virtual-8086 manager
170
include "core/v86.inc"      ; virtual-8086 manager
171
include "core/irq.inc"      ; irq handling functions
171
include "core/irq.inc"      ; irq handling functions
172
include "core/apic.inc"     ; Interrupt Controller functions
172
include "core/apic.inc"     ; Interrupt Controller functions
173
include "core/timers.inc"
173
include "core/timers.inc"
-
 
174
include "core/clipboard.inc" ; custom clipboard
Line 174... Line 175...
174
 
175
 
175
; GUI stuff
176
; GUI stuff
176
include "gui/window.inc"
177
include "gui/window.inc"
177
include "gui/event.inc"
178
include "gui/event.inc"