<p>Am 15.01.2016 18:10 schrieb "Michael Schnell" <<a href="mailto:mschnell@lumino.de">mschnell@lumino.de</a>>:<br>
><br>
> On 01/15/2016 07:48 AM, Christo Crause wrote:<br>
>><br>
>><br>
>> The focus of the code is to get accurate delays down to a few cpu cycles.<br>
>><br>
> This is impossible when running in any normal OS.(Of course you can run an fpc project "bare bone" without an OS),</p>
<p>Depends on the OS. E.g. in our microkernel based realtime OS you can run a process at realtime priority (thus avoiding the scheduler) and if you then avoid kernel calls by e.g. using an assembler loop you can wait eater accurately. And our OS runs normal applications as well (e.g. fpc :P ).</p>
<p>Regards,<br>
Sven</p>