2012/6/20 Didier Barvaux <[email protected]>: > Linux kernel support would a great thing. There is Launchpad blueprint > on this subject [2]. Is it planned to make the modifications public?
Yes, take a look at kernel_module.patch. It allows to build rohc library as linux kernel module. The main issue here is lack of standard c library in kernel. So, I just created bunch of libc header wrappers to use similar kernel functions. Actually, It's not a good idea to get implicit dual-targeting this way, but it woks for now. Anyways, this ad-hoc solution points out some portability issues (you really should rename rohc.c to rohc_common.c) and may serve as a good start.
kernel_module.patch
Description: Binary data
_______________________________________________ Mailing list: https://launchpad.net/~rohc Post to : [email protected] Unsubscribe : https://launchpad.net/~rohc More help : https://help.launchpad.net/ListHelp

