So I just started out with kernel development, and I read around some stuff and decided to try out the bare bone example on the wiki. I did basically everything they did there, except that in kernel.c I added my own functions for writing text and clearing the screen, but that isn't the issue (everything compiled and linked just fine).
I created a floppy.img file as the instructions say, and when I fire up Bochs it gives me the follow error:
00000000000i[MEM0 ] 4.00MB
00000000000i[MEM0 ] ROM: couldn't open ROM image file ''.
Any idea of what's happening here??
By the way, I am currently running this on Damn Small Linux on a virtual machine...
Thanks
