feat: formatter and oslog()

This commit is contained in:
karina
2026-04-24 16:29:46 +04:00
parent 373ee00d04
commit 78dcfdd662
7 changed files with 231 additions and 5 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
#include <types.h>
#include <IO/Serial.h>
#include <OS/Log.h>
void KernelMain(void) {
IOSerialPutString("Meow nya!!\n");
}