Init struct + freeing a bit of kmain()

This commit is contained in:
2026-03-08 13:21:19 +01:00
parent 5e9c582833
commit 42c7a55d3f
9 changed files with 71 additions and 33 deletions
+1
View File
@@ -9,5 +9,6 @@
void kputs(const char* str);
void _putchar(char character);
void term_init();
#endif