Luna/kernel/src
apio 7e62ee66be
All checks were successful
continuous-integration/drone/push Build is passing
Change heap.first().has_value() to the cheaper heap.count()
2022-12-26 12:24:39 +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 Change heap.first().has_value() to the cheaper heap.count() 2022-12-26 12:24:39 +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