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.
Well, it seems windows hates 32-bit DJGPP . That is, Windows x64.
So what to do? FYI, I lost my WHOLE OS by accident when I formatted the wrong HD with NTFS. Oh well. Has happened at least ten times already.......
So? Has anyone an idea? Does MySys play well with windows x64 pro? I've used it to compile Torque before, but that's it.
Do they have 64-bit binaries avaliable?
You might try the dos 'debug' program. Just type that at the command prompt and see waht happens. I think there are manuals somewhere for using this to copy stuff to a floppy disk (if that's what you want that is...)
OScoder wrote:
You might try the dos 'debug' program. Just type that at the command prompt and see waht happens. I think there are manuals somewhere for using this to copy stuff to a floppy disk (if that's what you want that is...)
Debug is a DOS App, not supported in WinXP x64 either.
Cool...Although just as I was reading this I was downloading a 32-bit rawwrite program....
I'll check that out though, as this one can only write flat floppy images, not skip sectors and write one etc.
Also, I ended up writing my own hex viewer for the command line, couldn't find one simple enough. I also added a "--cmp" option to compare one file to another, helped me fix my FAT12 BPB in my bootloader...had a byte instead of a word for NumHiddenSectors. Then it worked fine.