Kernel: Implement super simple PRNG

This commit is contained in:
2024-02-12 04:25:06 +02:00
parent ff49d8b84f
commit b45d27593f
4 changed files with 65 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ set(KERNEL_SOURCES
kernel/PCI.cpp
kernel/PIC.cpp
kernel/Process.cpp
kernel/Random.cpp
kernel/Scheduler.cpp
kernel/Semaphore.cpp
kernel/SpinLock.cpp