Luna/kernel/src
apio 73c58bd902
All checks were successful
continuous-integration/drone/push Build is passing
Init: Move platform_init() before MemoryManager::init()
This enables NX before we actually use it.
Wasn't causing problems with KVM on, but crashed with KVM off with a 'reserved bit set' page fault.
2022-12-26 12:12:55 +01:00
..
arch x86_64: Warn if NX is not supported 2022-12-26 12:11:10 +01:00
boot Init: Move platform_init() before MemoryManager::init() 2022-12-26 12:12:55 +01:00
memory MemoryManager: Add get_kernel_mapping_for_frames() 2022-12-23 11:30:49 +01:00
thread Update .clang-format 2022-12-21 20:22:44 +01:00
video Update .clang-format 2022-12-21 20:22:44 +01:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
ELF.cpp Add a simple ELF loader 2022-12-23 13:09:21 +01:00
ELF.h Add a simple ELF loader 2022-12-23 13:09:21 +01:00
InitRD.cpp Add a global initrd TarStream to make the initial ramdisk accessible everywhere 2022-12-23 11:33:23 +01:00
InitRD.h Add a global initrd TarStream to make the initial ramdisk accessible everywhere 2022-12-23 11:33:23 +01:00
Log.cpp Add dbgln() for the luna library 2022-12-22 18:00:35 +01:00
Log.h Remove some redundant error propagation 2022-12-16 18:32:29 +01:00
main.cpp Add a simple ELF loader 2022-12-23 13:09:21 +01:00