serenity/Kernel/Prekernel
Daniel Bertalan 45d81dceed Everywhere: Replace ElfW(type) macro usage with Elf_type
This works around a `clang-format-17` bug which caused certain usages to
be misformatted and fail to compile.

Fixes #8315
2023-12-01 10:02:39 +02:00
..
boot.S Prekernel: Map entire 4GiB space 2023-10-03 16:19:03 -06:00
CMakeLists.txt
init.cpp Everywhere: Replace ElfW(type) macro usage with Elf_type 2023-12-01 10:02:39 +02:00
linker.ld
multiboot.S Prekernel: Fix wrong and misleading comment 2023-10-03 16:19:03 -06:00
Prekernel.h
UBSanitizer.cpp