Joined: Wed Oct 14, 2009 9:39 am Posts: 198 Location: United States
Re: i cannot make kernel calls
There are a few ways you can do it...Linux allows system calls via interrupts.
However, you could also just write a Shared Object system that reads shared objects compiled by GCC and link it on linux with your code, and then run it again... There is quite a bit that would go into that, but you would have better luck that trying to write a compiler...I did that once...ended badly...lol...(Also it would prolly just be easier for you to port GCC to your OS, that is my plan for now).
Users browsing this forum: No registered users and 4 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum