So I've been following a tutorial on how to create a very basic operating system, I've been able to understand it rather well, and I've created a kernel that should print some stuff to the screen.
But now the tutorial says to copy the kernel to my GRUB floppy, and that lost me, because it hasn't covered anything about this.
Now I don't have a floppy disk, let alone a floppy drive to shove it in, so I was planning on using Bochs as an emulator. Bochs has a Disk Image Creation Tool, which basically gives me a 1.44 MB file filled with 0x00.
I need to know how to get my kernel onto that floppy disk image so that Bochs can "boot" from it. Google hasn't turned up anything useful. I'm using Windows XP Professional, with DJGPP and NASM, if that matters.
Thanks,
Jeff