Luna/kernel/include/fs/devices
apio 91d76a2ee4 Devices: Add a new RandomDevice :)
This new device uses the seeded Mersenne PRNG we use in the kernel.
This device is not meant for regular userspace use, but more for userspace to seed their own PRNGs from.

If the DeviceFS is mounted at /dev, this device can be found at /dev/random.
2022-10-14 20:14:49 +02:00
..
Console.h Devices: Tell a device which name you want it to be instantiated with 2022-10-12 10:54:46 +02:00
DeviceFS.h VFS, DeviceFS: Implement a device filesystem 2022-10-11 19:21:16 +02:00
Random.h Devices: Add a new RandomDevice :) 2022-10-14 20:14:49 +02:00
Serial.h Devices: Tell a device which name you want it to be instantiated with 2022-10-12 10:54:46 +02:00
Version.h Devices: Tell a device which name you want it to be instantiated with 2022-10-12 10:54:46 +02:00