Writing bootsectors etc. in Windows x64
Posted: Tue Dec 27, 2005 9:02 pm
If you remember a while back, I asked for help regarding writing to floppys in Windows XP x64 edition...Ported versions of dd did not work, partcopy did not work, and debug was 16-bit (as in, not useable). I ended up with a very limited program that could only write 1.44mb image files.
So, I have started work on a 100% partcopy compatable program that will work in Windows XP Pro x64 Edition. So far it has worked fine. I have written directly to drives (both hard drives and floppys) without trouble.
I didn't test the hard drive one on purpose..apparently //./PHYSICALDRIVE0 maps to hard drive 1 if you forgot to plug your floppy drive back in . So I had to boot into dos prompt and (lucky I had it!) restore my bootsector for windows XP (also note, for some reason, fixboot doesn't work....helps none)
Anyways, if you'd be interested in me finishing it (in its current state it works as much as _I_ need it to) I'd be willing to.....
And also, although this is not directly related to OS development, it plays a large role in it, which is why I decided to put it in this forum. If admins decide to move it, that's fine .
So, I have started work on a 100% partcopy compatable program that will work in Windows XP Pro x64 Edition. So far it has worked fine. I have written directly to drives (both hard drives and floppys) without trouble.
I didn't test the hard drive one on purpose..apparently //./PHYSICALDRIVE0 maps to hard drive 1 if you forgot to plug your floppy drive back in . So I had to boot into dos prompt and (lucky I had it!) restore my bootsector for windows XP (also note, for some reason, fixboot doesn't work....helps none)
Anyways, if you'd be interested in me finishing it (in its current state it works as much as _I_ need it to) I'd be willing to.....
And also, although this is not directly related to OS development, it plays a large role in it, which is why I decided to put it in this forum. If admins decide to move it, that's fine .