Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7966 → Rev 7967

/kernel/trunk/core/memory.inc
1,6 → 1,6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1103,7 → 1103,7
jbe sys_sheduler
cmp ebx, 11
jb undefined_syscall
cmp ebx, 28
cmp ebx, 29
ja undefined_syscall
xor eax, eax
jmp dword [f68call+ebx*4-11*4]
1220,6 → 1220,11
stdcall kernel_free, ebp
ret
 
.29:
stdcall user_ring, ecx
mov [esp+SYSCALL_STACK._eax], eax
ret
 
.fail:
mov [esp+SYSCALL_STACK._eax], eax
ret
1245,6 → 1250,7
dd f68.26 ; user_unmap
dd f68.27 ; load_file_umode
dd f68.28 ; loadFileUnicode
dd f68.29 ; user_ring
 
align 4
proc load_pe_driver stdcall, file:dword, cmdline:dword