Hi,
Can somebody please tell me what i need to include in my kernel before implimenting the c/++ librarys?
thanks
C Lib anyone?
C Lib anyone?
"Real corn makes it special!" -The Grim Adventures of Billy and Mandy
MMM...Caffeine
Intel Inside, Idiot Outside
MMM...Caffeine
Intel Inside, Idiot Outside
-
- Member
- Posts: 134
- Joined: Sun Oct 24, 2004 11:00 pm
- Location: North Dakota, where the buffalo roam
Re: C Lib anyone?
Your kernel should have an entry point that the libraries can call from userland. This allows for system calls.jakelstr wrote:Hi,
Can somebody please tell me what i need to include in my kernel before implimenting the c/++ librarys?
thanks