Subversion Repositories Kolibri OS

Rev

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

Rev 943 Rev 945
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 943 $
8
$Revision: 945 $
9
 
9
 
Line 1022... Line 1022...
1022
           dd f68.20
1022
           dd f68.20
1023
           dd f68.21
1023
           dd f68.21
1024
           dd f68.22
1024
           dd f68.22
1025
           dd f68.23
1025
           dd f68.23
Line 1026... Line -...
1026
 
-
 
1027
 
1026
 
1028
align 4
1027
align 4
1029
f68:
-
 
1030
 
1028
f68:
1031
           cmp  eax,4
1029
           cmp  eax,4
Line 1032... Line 1030...
1032
           jle  sys_sheduler
1030
           jle  sys_sheduler
1033
 
1031
 
Line 1034... Line 1032...
1034
           cmp eax, 11
1032
           cmp eax, 11
1035
           jb .fail
1033
           jb .fail
Line 1036... Line 1034...
1036
 
1034
 
1037
           cmp eax, 23
-
 
1038
           ja .fail
1035
           cmp eax, 23
1039
 
1036
           ja .fail
1040
           jmp dword [f68call+eax*4-11*4]
1037
 
1041
 
1038
           jmp dword [f68call+eax*4-11*4]
1042
.11:
1039
.11:
1043
           call init_heap
-
 
1044
           mov [esp+36], eax
1040
           call init_heap
1045
           ret
1041
           mov [esp+36], eax
1046
.12:
1042
           ret
1047
 
1043
.12:
1048
           stdcall user_alloc, ebx
1044
           stdcall user_alloc, ebx