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.
My OS crashes before jumping to the kernel on a real machine, so I've been trying to set it up in bochs to analyze the problem. When I try to get bochs to load off the floppy it gives me this in bochsout.txt:
00002402535i[BIOS ] FATAL: Could not read the boot disk
I tried with a disk image also, but the same problem occured. It should at least load the bootstrap because it works on a real PC, right? Here is my bouchsrc:
00000000000i[DMA ] channel 2 used by Floppy Drive
00000000000e[FDD ] Cannot open floppy drive
00000000000i[FDD ] fd0: 'A:' ro=0, h=0,t=0,spt=0
-AND-
00002366830e[HD ] device set to 0 which does not exist
00002367123e[HD ] device set to 1 which does not exist
00002395721i[FDD ] attempt to read/write sector 1, sectors/track=0 with media not present
00002401769i[BIOS ] Boot from Floppy 0 failed
00002409480i[BIOS ] FATAL: Could not read the boot disk