serenity/Kernel/Prekernel
Liav A. bd474dab14 Prekernel: Move the generate_secure_seed function out of init.cpp
As part of a commit series trying to make the prekernel nicer, we should
move and refactor functions out of the init.cpp file if possible.
2024-06-29 19:56:45 +02:00
..
Assertions.cpp Prekernel: Add support for assertion printing 2024-06-29 19:56:45 +02:00
boot.S
CMakeLists.txt Prekernel: Move the generate_secure_seed function out of init.cpp 2024-06-29 19:56:45 +02:00
DebugOutput.cpp Prekernel: Add support for assertion printing 2024-06-29 19:56:45 +02:00
DebugOutput.h Prekernel: Add support for assertion printing 2024-06-29 19:56:45 +02:00
init.cpp Prekernel: Move the generate_secure_seed function out of init.cpp 2024-06-29 19:56:45 +02:00
kmalloc.cpp Prekernel: Add stub methods to handle memory allocations 2024-06-29 19:56:45 +02:00
linker.ld
multiboot.S
Prekernel.h Prekernel: Move the generate_secure_seed function out of init.cpp 2024-06-29 19:56:45 +02:00
Random.cpp Prekernel: Move the generate_secure_seed function out of init.cpp 2024-06-29 19:56:45 +02:00
Random.h Prekernel: Move the generate_secure_seed function out of init.cpp 2024-06-29 19:56:45 +02:00
Runtime.cpp Prekernel: Add stub methods to handle memory allocations 2024-06-29 19:56:45 +02:00
Runtime.h Prekernel: Add stub methods to handle memory allocations 2024-06-29 19:56:45 +02:00
UBSanitizer.cpp