feat: implement core initialization and local APIC setup

This commit is contained in:
Katharina 2026-07-04 16:14:36 +02:00
parent ada1859910
commit beb7fb38ae
19 changed files with 747 additions and 41 deletions

3
kernel/include/main.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
[[noreturn]] void main();