Add the August 2024 report
Compare changes
@@ -16,9 +16,10 @@ If you would like to support Redox, please consider donating or buying some merc
Thanks to the recent kernel profilling implementation 4lDO2 discovered that the system time was triggering a context switch to get the host system time per second and sync, causing a big bottleneck in all tasks of the system. This context switch was disabled by using paravirtualization on [TSC](https://en.wikipedia.org/wiki/Time_Stamp_Counter) using [KVM](https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine).