Subversion Repositories Kolibri OS

Rev

Rev 10010 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10010 Rev 10051
Line 22... Line 22...
22
;; Among other things, the copyright notice and this notice must be preserved
22
;; Among other things, the copyright notice and this notice must be preserved
23
;; on all copies.
23
;; on all copies.
24
;;
24
;;
25
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
25
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line -... Line 26...
-
 
26
 
26
 
27
 
Line 27... Line 28...
27
format binary as "mnt"
28
format binary as "mnt"
28
 
29
 
Line 29... Line -...
29
include 'macros.inc'
-
 
30
include 'struct.inc'
-
 
Line 31... Line 30...
31
 
30
include 'macros.inc'
32
$Revision: 10010 $
31
include 'struct.inc'
Line 33... Line 32...
33
 
32
 
Line 4243... Line 4242...
4243
 
4242
 
4244
.get_priority:  ;;sysfn 51,3
4243
.get_priority:  ;;sysfn 51,3
4245
        movzx   eax, [eax+APPDATA.def_priority]
4244
        movzx   eax, [eax+APPDATA.def_priority]
Line 4246... Line 4245...
4246
        jmp     .end
4245
        jmp     .end
4247
 
4246
 
Line 4248... Line 4247...
4248
.create:        ;sysfn 51,1 
4247
.create:        ;sysfn 51,1
4249
        call    new_sys_threads
4248
        call    new_sys_threads
4250
 
4249