In fact the real implementation is written in C.
The assembly lib files just make the kernel trap.
You can find the implementation of IPC in /usr/src/kernel/proc.c
(mini_send, mini_receive, mini_notify etc.).
Bianco
On May 10, 1:24 pm, Guanqun Lu <
guanqun...@gmail.com> wrote:
> Not sure what you're looking after.
> Do you mean by "receive" and "send" implementations?
> If yes, it's not implemented by *.c files, instead, it's written by assembly,
> you can find it in ./lib/i86/rts/_sendrec.s.
>
> HTH
>
> On Sun, May 10, 2009 at 2:08 PM,
maillist.mi...@gmail.com