Page 1 of 1

C Lib anyone?

Posted: Tue Aug 08, 2006 1:58 pm
by jakelstr
Hi,
Can somebody please tell me what i need to include in my kernel before implimenting the c/++ librarys?

thanks :D

Re: C Lib anyone?

Posted: Tue Aug 08, 2006 10:06 pm
by rexlunae
jakelstr wrote:Hi,
Can somebody please tell me what i need to include in my kernel before implimenting the c/++ librarys?

thanks :D
Your kernel should have an entry point that the libraries can call from userland. This allows for system calls.