1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-15 03:42:07 +00:00
serenity/Kernel/Prekernel
Gunnar Beutner 7e94b090fe Kernel: Introduce basic pre-kernel environment
This implements a simple bootloader that is capable of loading ELF64
kernel images. It does this by using QEMU/GRUB to load the kernel image
from disk and pass it to our bootloader as a Multiboot module.

The bootloader then parses the ELF image and sets it up appropriately.
The kernel's entry point is a C++ function with architecture-native
code.

Co-authored-by: Liav A <liavalb@gmail.com>
2021-07-18 17:31:13 +02:00
..
boot.S Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
BootInfo.h Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
CMakeLists.txt Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
init.cpp Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
linker.ld Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
multiboot.S Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
Prekernel.h Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
UBSanitizer.cpp Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00