Files
serenity/Kernel/Security
Sönke Holz 51103b5f35 Kernel: Make Processor::read_cycle_count return an Optional<u64>
Not all processors provide a mechanism to read the cycle count.

Change the `EntropySource::add_random_event` function to fall back to
getting a timestamp from TimeManagement if no cycle count is available.
2024-12-19 12:53:52 -05:00
..