serenity/Kernel/Boot
Sönke Holz 4f8490b5ff Kernel: Move boot info variables into a shared struct
This commit reorganizes the BootInfo struct definition so it can be
shared for all architectures.

The existing free extern "C" boot info variables have been removed and
replaced with a global BootInfo struct, 'g_boot_info'.

On x86-64, the BootInfo is directly copied from the Prekernel-provided
struct.
On AArch64 and RISC-V, BootInfo is populated during pre_init.
2024-10-30 18:51:35 -04:00
..
BootInfo.h Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
CommandLine.cpp Kernel/Storage: Remove ATA IDE support 2024-05-14 12:38:05 -06:00
CommandLine.h Kernel/Storage: Remove ATA IDE support 2024-05-14 12:38:05 -06:00
Multiboot.h