http://www.osdev.org/phpBB2/viewtopic.php?t=14552
It's how I got started. Best thing is go through the tutorials. If you know assembly, great, but I suggest learning c & c++, it helps bunches.
How do I get Started
Ok, well, I'm stumped... I've switched to linux, and I have no idea how to make a C++ program into a .bin file... I have gcc, g++, and ld, oh, and NASM too. So what do I do? What I'm asking for is a step-by-step explanation of how to make a simple 'Hello World' progam that doesn't use any headers and that I can compile and link based on your instructions. The reason as to why I'm so stumped is because I never figured it out in windows either
Oh, and I know how to compile programs already with g++ in Linux, I just have no idea on how to make a .bin file with ld Sorry for being such a beginner, but ounce I learn this one thing, I'll be able to really start learning this stuff, because I'll have a way to test it
Oh, and I know how to compile programs already with g++ in Linux, I just have no idea on how to make a .bin file with ld Sorry for being such a beginner, but ounce I learn this one thing, I'll be able to really start learning this stuff, because I'll have a way to test it