Files
ladybird/Kernel
Liav A b596af363c Kernel/VirtIO: Make RNG device to not be a CharacterDevice
This class as a CharacterDevice really was not useful, because you
couldn't even read from it.
Also, the random number generator interface should be the /dev/random,
so any other interface to get random numbers is generally not a good
idea.
Instead, let's keep this functionality as an entropy source for random
numbers generation, but without exposing a device node.
2021-08-31 16:51:13 +02:00
..
2021-08-07 11:48:00 +02:00
2021-08-23 00:02:09 +02:00
2021-08-23 00:02:09 +02:00