Linking dietlibc with kernel?

Programming, for all ages and all languages.
Post Reply
Troy
Posts: 5
Joined: Fri Apr 03, 2015 12:58 pm

Linking dietlibc with kernel?

Post 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
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: Linking dietlibc with kernel?

Post 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.
Post Reply