Haiku on 486?

RDTSC , which is used by system_time() kernel function, which is used pretty much everywhere. That’s going to be more complicated than I initially thought :roll_eyes:
We could probably use PIT for system_time(), as Windows did on pre-Pentium CPUs. It will be slow and not that precise but I guess that’s the best possible option on a 486 machine (the other one is RTC which is even less precise).