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.
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 ?
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.....
So, you have problem loading file, execute it, or linking the kernel image?
Wait, you said you've done with bootloader, are you sure?
Anyway, I try to answer:
1. Loading file - check the tutorial on wiki Tutorials
2. Execute it - check the tutorial on wiki Tutorials
3. Linking issue - check the tutorial on wiki Tutorials