Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

HalInit

NullException edited this page Aug 5, 2020 · 2 revisions

HalInit Function

Description

Initializes the HAL module

Syntax

status HalInit();

Parameters

N/A

Return value

This function returns a SOARE Status code.
A zero return value means the function was successful while a nonzero return value indicates the function failed

Notes

This function is to be called by the kernel only, it should NEVER be called manually by software. Calling it from software outside the kernel might cause a bugcheck, a triple fault or system instability.

Clone this wiki locally