summaryrefslogtreecommitdiff
path: root/Kernel/Arch/init.cpp
AgeCommit message (Expand)Author
2023-05-19Kernel: Move a bunch of generic devices code into new subdirectoryLiav A
2023-05-17Kernel: Add character device driver for the RPi "mini UART" (UART1)Daniel Bertalan
2023-05-13Kernel/aarch64: Remove drawing of logo on the framebuffer during initLiav A
2023-04-29Kernel/aarch64: Don't set multiboot_modules to an empty array on-stackLiav A
2023-04-29Kernel/aarch64: Support reading the command line via the RPi MailboxDaniel Bertalan
2023-04-29Kernel: Store the kernel command line in a `StringView`Daniel Bertalan
2023-04-28Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"Tim Schumacher
2023-04-28Kernel: Create all kernel processes before enabling boot profilingSamuel Bowman
2023-04-28Kernel/x86: Bake the Prekernel and the Kernel into one imageLiav A
2023-04-09Kernel: Remove redundant HID name from all associated filesLiav A
2023-04-04Kernel: Simplify Process factory functionsAndreas Kling
2023-04-03Kernel: Merge x86_64 and aarch64 init.cpp filesTimon Kruiper