Luna/kernel
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
..
include Devices: Add a new RandomDevice :) 2022-10-14 20:14:49 +02:00
src Devices: Add a new RandomDevice :) 2022-10-14 20:14:49 +02:00
Makefile Kernel: Build with -fstack-protector-strong instead of -fstack-protector-all 2022-10-12 14:50:31 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00