modern timers in DOS (32bit) (Developers)
> Hi @ all,
>
> I would like to use a modern timer in DOS (to be able to get a 5-10kHz
> timer interrupt), I know that I have to dig into ACPI ,... and I´m not
> sure if it is possible anyway,...
>
> Before I try it, has anybody used a modern timer or does know a library
> which a could try/study ?!?!
>
> I´m using open watcom c/c++ ,...
>
> THX´s LowLevel
You'll need to explain what you mean by "modern timer", and a little more detail in exactly what you mean by "timer". If you're wanting the computer to generate an interrupt at some specific frequency, there are ways to do it that don't involve ACPI. Keep in mind that the frequency of interrupts on a PC is not precise since they involve a mixture of hardware and software.
If you're just wanting to "monitor" the frequency and don't require hardware notifications (interrupts) at each tick of the clock, that can use a different approach.
Complete thread:
- modern timers in DOS (32bit) - LowLevel, 05.05.2022, 11:11
- modern timers in DOS (32bit) - bretjohn, 05.05.2022, 19:05
- modern timers in DOS (32bit) - mceric, 05.05.2022, 20:53
- modern timers in DOS (32bit) - Japheth, 06.05.2022, 08:06
- modern timers in DOS (32bit) - LowLevel, 06.05.2022, 08:37
- modern timers in DOS (32bit) - LowLevel, 06.05.2022, 08:29
- modern timers in DOS (32bit) - RayeR, 18.05.2022, 22:40
- modern timers in DOS (32bit) - Japheth, 06.05.2022, 08:06
- modern timers in DOS (32bit) - LowLevel, 06.05.2022, 08:08
- modern timers in DOS (32bit) - bretjohn, 06.05.2022, 20:01
- modern timers in DOS (32bit) - tkchia, 08.05.2022, 17:57
- modern timers in DOS (32bit) - bretjohn, 06.05.2022, 20:01
- modern timers in DOS (32bit) - mceric, 05.05.2022, 20:53
- modern timers in DOS (32bit) - Laaca, 05.05.2022, 20:56
- modern timers in DOS (32bit) - LowLevel, 06.05.2022, 08:30
- modern timers in DOS (32bit) - bretjohn, 05.05.2022, 19:05