Files
ksOS/Kernel/Source/KernelMain.c
T
2026-04-24 18:14:04 +04:00

5 lines
74 B
C

#include <OS/Log.h>
void KernelMain(void) {
OSLog("Hi meow! ;3\n");
}