Make a bootloader using the Eclipse IDE? [closed]
I'm fooling around with OS dev but don't know where to start with making a bootloader in the Eclipse IDE(preferably using C and some asm) so where would I start?
The question seem to suggest that you don't know C, ASM or eclipse and probably don't know much about bootloaders. So the obvious answer would be to start learning the parts
- learn how to program in C
- learn how to program in ASM
- learn about how to program bootloaders
- learn how to use eclipse (CDT)
精彩评论