wip: bare bones for C in kernel

This commit is contained in:
karina
2026-04-22 23:12:06 +04:00
parent 97538aa098
commit bfa84040b8
13 changed files with 46 additions and 507 deletions
-6
View File
@@ -1,6 +0,0 @@
// idfk why but sourcekit-lsp dont see Panic.swift but see panic.swift perfectly
public func panic(context: ExceptionContext) {
kprint("kernel panic stub meow")
_wfi()
}