#include "main.h" [[noreturn]] void main([[maybe_unused]] apic::Core* core) { while (true) { __asm__ volatile("hlt"); } }