Luna/kernel/include/fs
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
..
devices Devices: Add a new RandomDevice :) 2022-10-14 20:14:49 +02:00
FileDescriptor.h Kernel: Add a seek() system call 2022-10-12 15:28:52 +02:00
VFS.h VFS: Implement a new type of Node, VFS_DEVICE 2022-10-12 15:22:34 +02:00