Hi, everyone I have this little problem:
I have written a small boot loader form the first Broken Thorn tutorial and I can compile it with NASM into boot.bin, then I use Imdisk to make a virtual floppy drive. When I enter "partcopy boot.bin 0 200 -f0" to command prompt, I get "Divide error". Changing drivers "-f1" makes no difference, I have no clue how to fix it.
Running windows XP, but tired this on two computers same result, tried different simple boot loaders, made no difference so I'm stuck.
Been looking on Internet for two days any help would be great
Daniel Hall
Partcopy, Divide error writing boot sector
Partcopy, Divide error writing boot sector
Garbage collection is only for programmers that make garbage and can't clean up for themselves.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Partcopy, Divide error writing boot sector
Unrelated to your particular problem, but PARTCOPY also has problems with large file sizes. Since you're under Windows, you might want to consider RawWrite for Windows instead.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: Partcopy, Divide error writing boot sector
Hi,
Thanks for you help I found the rawwite for windows worked perfectly thank you.
Daniel Hall
Thanks for you help I found the rawwite for windows worked perfectly thank you.
Daniel Hall
Garbage collection is only for programmers that make garbage and can't clean up for themselves.