Hallo Kiran,
* kiran kumar <kiran.akipogu@...9...> [2015-09-10 10:20:50 +0530]:
I am new to Genode, and wonderning is there any POSIX
compliant C library which runs on top of genode itself not on noux runtime environment, if not available then how I can proceed to port any existing posix library to genode as I have to take care of linux system calls and signal handling mechanism provided by underlying kernel.
There is a libc (based on FreeBSD 8.2.0) that runs directly on top of Genode — no Noux runtime envolved. You will find the backend used to complement the libc on Genode in 'repos/libports/src/lib/libc'.
Regards Josef