PatchworkOS
Loading...
Searching...
No Matches
init.h
Go to the documentation of this file.
1#pragma once
2
3#include <kernel/cpu/cpu.h>
4
5#include <boot/boot_info.h>
6
30_NORETURN void init_early(const boot_info_t* bootInfo);
31
43_NORETURN void kmain(const boot_info_t* bootInfo);
44
_NORETURN void kmain(const boot_info_t *bootInfo)
Kernel main function.
Definition init.c:171
_NORETURN void init_early(const boot_info_t *bootInfo)
Early kernel initialization.
Definition init.c:39
#define _NORETURN
Definition config.h:28