serenity/Kernel/Prekernel
Sönke Holz 524f699ae2 Kernel+LibC: Clean up assembly code
Some assembly files were previously inconsistently formatted.

- Use 4 spaces for indentation
- Use `.L` as the local label prefix
- Remove trailing whitespace
2025-01-10 12:31:16 +01:00
..
Arch Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
Assertions.cpp Prekernel: Add support for assertion printing 2024-06-29 19:56:45 +02:00
boot.S Kernel+LibC: Clean up assembly code 2025-01-10 12:31:16 +01:00
CMakeLists.txt Prekernel/CMake: Remove a stale BYPRODUCTS entry 2024-11-23 23:50:17 -05: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 Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
kmalloc.cpp Prekernel: Add stub methods to handle memory allocations 2024-06-29 19:56:45 +02:00
linker.ld Kernel/x86: Bake the Prekernel and the Kernel into one image 2024-05-14 23:37:38 +02:00
multiboot.S
Prekernel.h Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04: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 Prekernel: Make the UBSan print_location stub halt on all architectures 2024-12-01 13:20:45 +01:00