How to start loading kernel in memory
Posted: Wed Dec 14, 2011 3:47 am
Hi Guys,
I have done with bootloader and now I want to move forward.
So, I have written a simple routine in C which just which just prints a message .
But problem is that how to link this C source file with assembly file, do I need to organize my C file at some particular location and then to make jump to that location from asm file ?
Excuse me for my English.....
I have done with bootloader and now I want to move forward.
So, I have written a simple routine in C which just which just prints a message .
But problem is that how to link this C source file with assembly file, do I need to organize my C file at some particular location and then to make jump to that location from asm file ?
Excuse me for my English.....