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

Module entry

Module entry 

Source
Expand description

x86_64 kernel entry point and panic handler.

Provides arch_early_init for architecture-specific setup (interrupt disable, SBI/PIC init) and arch_panic_handler for kernel panic output.

Functions§

arch_early_init
arch_panic_handler