wip: vectors, panics and lsp fix

This commit is contained in:
karina
2026-04-22 09:32:01 +04:00
parent 7aa49b37f5
commit 97538aa098
11 changed files with 234 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
// 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()
}