Mail Archives: djgpp/2001/04/01/04:42:24
On Sat, 31 Mar 2001, Eduardo TUDA Lorenzetti Pellini wrote:
> But I was planning to use SMARTDRV in the future to help me to dump my data
> to the disk AFTER the acquisition. The data size is almost 100Mbytes !!
Writing to disk using DOS is known to mess with interrupts, and
SmartDrv hooks the timer. It is also possible that the BIOS needs the
timer ticks to get its timings correctly (I'm not sure it's relevant
to your specific case, because the details depend on the exact method
used by the BIOS for disk I/O). So I'd suggest to reenable IRQ 0
before you write the data to disk, just in case.
- Raw text -