Hi,

I'm still on my the way with the MIPS port. My kernel is now booting
and I'm able to register a domain. I was successful catching various
interrupts (only printk'ing in the handler) using
ipipe_virtualize_irq().

Next, I would like to test syscalls grabbing. I tried registering an
handler with something like this in my test module :

ipipe_catch_event(ipipe_root_domain,
                           IPIPE_EVENT_SYSCALL,
                           (ipipe_event_handler_t)adeos_sys_handler);

Before testing on MIPS, I'm trying my module on X86 arch and it does
not work. I searched in Xenomai sources and didn't spot anything
specific when using ipipe_catch_event(). I'm obviously missing
something... What is the common way of using ipipe_catch_event() ?

This issue aside, do you have any advice concerning other tests cases ?


Regards,

-- 
Florent Audebert

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

Reply via email to