Anyone who directs you to look at the linux source is not treating you nicely. A bootloader or OS core will not use standard headers, because they are not available at the time the program is executed. That is a very special case and you shouldn't need to emulate it. |
Is it possible to create a program without any C/C++ Headers. I had asked this question before also but got all answers like to look at linux source code.I don't know where to start in the source code. Help would be appreciated. |
http://www.cplusplus.com/forum/general/10226/ The answers you got then are the answers you'll get now. There are no easy ways to do it. Then again, no one said writing an OS was easy. |
It looks like you are trying to do something way over your head right now. That OS FAQ that helios posted for you is the first place to start reading. Good luck! |