Subversion Repositories Kolibri OS

Rev

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

Rev 4720 Rev 4772
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: 4720 $
16
$Revision: 4772 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 176... Line 176...
176
        appl_sad_size        dd ?
176
        appl_sad_size        dd ?
177
        search_start         dd ?
177
        search_start         dd ?
178
        appl_search_start    dd ?
178
        appl_search_start    dd ?
179
ends
179
ends
Line -... Line 180...
-
 
180
 
-
 
181
struct  IDE_DEVICE
-
 
182
        UDMA_possible_modes  db ?
-
 
183
        UDMA_set_mode        db ?
-
 
184
ends
180
 
185
 
181
; Core functions
186
; Core functions
182
include "core/sync.inc"     ; macros for synhronization objects
187
include "core/sync.inc"     ; macros for synhronization objects
183
include "core/sys32.inc"    ; process management
188
include "core/sys32.inc"    ; process management
184
include "core/sched.inc"    ; process scheduling
189
include "core/sched.inc"    ; process scheduling