refactor(kernel): minor refactor. Changed naming convention
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <IO/IOSerial.h>
|
||||
#include <IO/Serial.h>
|
||||
#include <Arch/IO.h>
|
||||
#include <Arch/CPU.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <types.h>
|
||||
#include <IO/IOSerial.h>
|
||||
#include <IO/Serial.h>
|
||||
|
||||
void KernelMain(void) {
|
||||
IOSerialPutString("Meow nya!!\n");
|
||||
|
||||
Reference in New Issue
Block a user