NeKernel dev
Loading...
Searching...
No Matches
ApplicationProcessor.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
10#include <NeKit/Config.h>
11
12/************************************************** */
13/* INITIALIZE THE GIC ON THE CURRENT CORE. */
14/* WITH AN EXECUTION LEVEL IN MIND. */
15/************************************************** */
16
17namespace Kernel {
19}
UPS inline definitions.
Definition Device.h:12
void Void
Definition Config.h:87
Void mp_init_cores(Void)
Initialize the Global Interrupt Controller.
Definition HalApplicationProcessor.cc:134