This commit is contained in:
nub31
2025-12-30 01:36:52 +01:00
parent dae0f9e852
commit 532d3e7b48
11 changed files with 309 additions and 238 deletions

3
src/boot/panic.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void boot_panic(const char *fmt, ...);