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,6 +1,6 @@
#include <Arch/Exceptions.h>
#include <Arch/CPU.h>
#include <IO/IOSerial.h>
#include <IO/Serial.h>
void ExceptionsHandler(ExceptionsContext* context, ExceptionsType type) {
IOSerialPutString("Exception occurred");