index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Arch
/
init.cpp
Age
Commit message (
Expand
)
Author
2023-05-19
Kernel: Move a bunch of generic devices code into new subdirectory
Liav A
2023-05-17
Kernel: Add character device driver for the RPi "mini UART" (UART1)
Daniel Bertalan
2023-05-13
Kernel/aarch64: Remove drawing of logo on the framebuffer during init
Liav A
2023-04-29
Kernel/aarch64: Don't set multiboot_modules to an empty array on-stack
Liav A
2023-04-29
Kernel/aarch64: Support reading the command line via the RPi Mailbox
Daniel Bertalan
2023-04-29
Kernel: Store the kernel command line in a `StringView`
Daniel Bertalan
2023-04-28
Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"
Tim Schumacher
2023-04-28
Kernel: Create all kernel processes before enabling boot profiling
Samuel Bowman
2023-04-28
Kernel/x86: Bake the Prekernel and the Kernel into one image
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
2023-04-03
Kernel: Merge x86_64 and aarch64 init.cpp files
Timon Kruiper