summaryrefslogtreecommitdiff
path: root/kernel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/main.cpp')
-rw-r--r--kernel/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/main.cpp b/kernel/main.cpp
index 15eb154..1b62de8 100644
--- a/kernel/main.cpp
+++ b/kernel/main.cpp
@@ -1,4 +1,7 @@
+//To load GDT
#include "GDT/gdt.hpp"
+
+//To print text
#include "Drivers/memPrint/memPrint.hpp"
@@ -15,7 +18,6 @@ int main(){
//----- PiegOS kernel boot -----
-
//Mangling the _boot function
extern "C" void _boot(){