NeKernel dev
Loading...
Searching...
No Matches
HalKernelMain.cc File Reference

Functions

EXTERN_C Int32 hal_init_platform (Kernel::HEL::BootInfoHeader *handover_hdr)
 Kernel init function.
EXTERN_C Kernel::Void hal_real_init (Kernel::Void)

Variables

EXTERN_C Kernel::VoidPtr kInterruptVectorTable []

Function Documentation

◆ hal_init_platform()

EXTERN_C Int32 hal_init_platform ( Kernel::HEL::BootInfoHeader * handover_hdr)

Kernel init function.

Parameters
handover_hdrHandover boot header.

GDT will load hal_read_init after it successfully loads the segments.

◆ hal_real_init()

EXTERN_C Kernel::Void hal_real_init ( Kernel::Void )

Variable Documentation

◆ kInterruptVectorTable

EXTERN_C Kernel::VoidPtr kInterruptVectorTable[]