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.
jakelstr
Member
Posts: 52 Joined: Wed Jul 05, 2006 9:30 am
Post
by jakelstr » Tue Aug 08, 2006 1:58 pm
Hi,
Can somebody please tell me what i need to include in my kernel before implimenting the c/++ librarys?
thanks
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy
MMM...Caffeine
Intel Inside, Idiot Outside
rexlunae
Member
Posts: 134 Joined: Sun Oct 24, 2004 11:00 pm
Location: North Dakota, where the buffalo roam
Post
by rexlunae » Tue Aug 08, 2006 10:06 pm
jakelstr wrote: Hi,
Can somebody please tell me what i need to include in my kernel before implimenting the c/++ librarys?
thanks
Your kernel should have an entry point that the libraries can call from userland. This allows for system calls.