refactor(kernel): minor refactor. Changed naming convention

This commit is contained in:
karina
2026-04-23 22:17:56 +04:00
parent 93bce5a46d
commit f469da7e0b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include <types.h>
#include <IO/IOSerial.h>
#include <IO/Serial.h>
void KernelMain(void) {
IOSerialPutString("Meow nya!!\n");