Is there a virtual/system clock running independently when a computer is booted?
How can we read that value?
|
Is there a virtual/system clock running independently when a computer is booted? How can we read that value?
| ||||
|
feedback
|
|
Use the RDTSC x86 instruction, it reads the clocks since the system-start. | |||||||||
feedback
|