Subversion Repositories Kolibri OS

Rev

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

Rev 4420 Rev 4608
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: 4420 $
16
$Revision: 4608 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 158... Line 158...
158
include "core/sys32.inc"    ; process management
158
include "core/sys32.inc"    ; process management
159
include "core/sched.inc"    ; process scheduling
159
include "core/sched.inc"    ; process scheduling
160
include "core/syscall.inc"  ; system call
160
include "core/syscall.inc"  ; system call
161
include "core/fpu.inc"      ; all fpu/sse support
161
include "core/fpu.inc"      ; all fpu/sse support
162
include "core/memory.inc"
162
include "core/memory.inc"
-
 
163
include "core/mtrr.inc"
163
include "core/heap.inc"     ; kernel and app heap
164
include "core/heap.inc"     ; kernel and app heap
164
include "core/malloc.inc"   ; small kernel heap
165
include "core/malloc.inc"   ; small kernel heap
165
include "core/taskman.inc"
166
include "core/taskman.inc"
166
include "core/dll.inc"
167
include "core/dll.inc"
167
include "core/peload.inc"   ;
168
include "core/peload.inc"   ;