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 a problem using GRUB. I have got the Grub floppy image(48k) from osdever.net but I don't know where to store my kernel.bin after I've written the image onto a floppy.
Can u please help me??
And also do I have to do anything else to boot my kernel from the GRUB floppy apart from writing that image onto the floppy.
there should be a menu.lst or a grub.conf file on the disk (i think in \boot\grub)
the file probably contains something like this:
title YourOS
root (fd0)
kernel /kernel.bin
if it says /kernel.bin it means you should just copy your kernel.bin to the root of the floppy, you can also change the path and place the file in another directory