⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module boot

Module boot 

Source
Expand description

x86_64 boot entry point using the bootloader crate.

Receives BootInfo from the bootloader and performs early hardware initialization including serial setup, VGA output, and kernel heap init.

Structs§

BootFramebufferInfo
Framebuffer information extracted from BootInfo.

Statics§

BOOT_INFO

Functions§

early_boot_init
get_framebuffer_info
Extract framebuffer information from the UEFI boot info.