cleanup arch api

This commit is contained in:
nub31
2025-09-06 01:27:13 +02:00
parent a3822dd350
commit 7b115e5b66
10 changed files with 115 additions and 43 deletions

View File

@@ -4,5 +4,6 @@
void panic(const char* msg)
{
printf(msg);
disable_interrupts();
halt();
}