minix/lib/syscall/findproc.s
Jorrit Herder e782e76944 Created new findproc system call to the PM (to replace similar kernel
functionality). Currently working on memory allocation (not yet finished).
2005-06-02 12:43:21 +00:00

8 lines
86 B
ArmAsm

.sect .text
.extern __findproc
.define _findproc
.align 2
_findproc:
jmp __findproc