Josh Zhao wrote:
 > Thanks,Philippe Gerum
 >      Well, I have another question:
 >       1.  Why I need take over the  linux syscall ,I think that it is only
 > for linux domain,so it looks no necessary to take over them?

This allows non root domain to use (part of) Linux syscall path. The
fact that Xenomai takes over Linux syscall path is what makes user-space
real-time possible.

 >       2. kernel/exit.c        ipipe_exit_notify(tsk);
 >     When a process exits, why adeos  has to take  over it ?

This allows non root domain to run per-process cleanups. Xenomai uses it
to destroy per-process objects and so gains a little comfort. You no
longer have to take care to intercept process termination and run
process cleanups, Xenomai does it automatically.

-- 


                                            Gilles.

_______________________________________________
Adeos-main mailing list
[email protected]
https://mail.gna.org/listinfo/adeos-main

Reply via email to