aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kernel.cpp
diff options
context:
space:
mode:
authorEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-05-06 23:00:36 -0400
committerEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-05-06 23:00:36 -0400
commit33bc3446d237a95f1bbf9d5d70a170fa4c4241cd (patch)
tree60a07c07c59b92ed21407f59931f25285b89f2aa /kernel/kernel.cpp
parent982baec992d48343e455bf6e32ca96fbdcddda01 (diff)
Improved makefile a bit more and got it working with the other files
Diffstat (limited to 'kernel/kernel.cpp')
-rw-r--r--kernel/kernel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/kernel.cpp b/kernel/kernel.cpp
index f8f36b5..a0394ea 100644
--- a/kernel/kernel.cpp
+++ b/kernel/kernel.cpp
@@ -1,7 +1,7 @@
#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
+//#include <stddef.h>
+//#include <stdint.h>
+//#include <stdio.h>
//#include <arch/i386/tmtty.h>
//#include <arch/i386/ps2_controller.h>