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
boot_info.h
cpu.h
kmain
_NORETURN void kmain(const boot_info_t *bootInfo)
Kernel main function.
Definition
init.c:171
init_early
_NORETURN void init_early(const boot_info_t *bootInfo)
Early kernel initialization.
Definition
init.c:39
_NORETURN
#define _NORETURN
Definition
config.h:28
boot_info_t
Definition
boot_info.h:101
include
kernel
init
init.h
Generated by
1.9.8