C Lib anyone?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
jakelstr
Member
Member
Posts: 52
Joined: Wed Jul 05, 2006 9:30 am

C Lib anyone?

Post by jakelstr »

Hi,
Can somebody please tell me what i need to include in my kernel before implimenting the c/++ librarys?

thanks :D
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy

MMM...Caffeine

Intel Inside, Idiot Outside
rexlunae
Member
Member
Posts: 134
Joined: Sun Oct 24, 2004 11:00 pm
Location: North Dakota, where the buffalo roam

Re: C Lib anyone?

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