Re: A/D converter

Jorge Gonzalez Villalonga (jorgegv@icai.upco.es)
Thu, 22 Apr 1999 08:47:42 +0200


Richard B. Johnson wrote:

>
> Yes it does. And, in fact, a simple real-mode DOS ISR which uses the same
> hardware (as stated) runs approximately 10 times faster. I get damn tired
> of having everybody and their brother "explain" that I don't know what
> I'm doing. I presented true, factual, information. It was not a complaint.
> It was just fact. Take it or leave it.
>
> Cheers,
> Dick Johnson

I'll definitely take it. I can confirm what you say with more figures:
my Career Final Project was a RTOS, which I developed in DOS real mode,
and I was able to correctly deliver clock interrupts at more than 200
kHz on a pentium 166. I tried at 400 kHz and it started to miss some of
them.

Surely there is some kind of difference between getting interrupts from
the parallel port and getting from the PIT. And I think the only way to
know the maximun affordable interrupt rate is to use some kind of
internal int generator, _not_ an external one. Too many things in the
interrupt path...

-- 
Jorge Gonzalez  <jorgegv@icai.upco.es>       -o)
ICAI - Universidad Pontificia Comillas       /\\
Administrador de Sistemas                   _\_v

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/