feat: main function

This commit is contained in:
Katharina 2026-07-04 18:33:06 +02:00
parent beb7fb38ae
commit ba608513e6
10 changed files with 151 additions and 57 deletions

View file

@ -1,3 +1,5 @@
#pragma once
[[noreturn]] void main();
#include "apic/core.h"
[[noreturn]] void main(apic::Core* core);