ladybird/Kernel/Prekernel
Lenny Maiorani c6acf64558 Kernel: Change static constexpr variables to constexpr where possible
Function-local `static constexpr` variables can be `constexpr`. This
can reduce memory consumption, binary size, and offer additional
compiler optimizations.

These changes result in a stripped x86_64 kernel binary size reduction
of 592 bytes.
2022-02-09 21:04:51 +00:00
..
Arch Kernel: Change static constexpr variables to constexpr where possible 2022-02-09 21:04:51 +00:00
CMakeLists.txt Prekernel: Install EL1 vector table at boot on aarch64 2022-01-24 06:57:59 +00:00
init.cpp Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
Prekernel.h Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
UBSanitizer.cpp AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool> 2022-02-03 16:11:26 +01:00