mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
The emulated aarch64 CPU does not contain the RNG cpu feature, so the random number generator was not seeded. This commit adds a fallback to use TimeManagement as a entropy source, such that get_good_random_bytes works, which is needed for running the first userspace application on aarch64.
5.5 KiB
5.5 KiB