Page 1 of 1

Linking dietlibc with kernel?

Posted: Thu Sep 08, 2016 8:03 pm
by Troy
Hello :-)

I've been trying to link dietlibc to the bare bones tutorial.....I was just wondering how I'd do that, and what would be some prerequisites I'd require to assure compatibility? Thanks.

-Troy

Re: Linking dietlibc with kernel?

Posted: Fri Sep 09, 2016 12:34 am
by Kazinsal
You pretty much need to implement POSIX system calls in order to link to any existing libc intended to be used with a Unix-like system.

I am unsure as to why you want to link a full libc to your kernel.