aboutsummaryrefslogtreecommitdiff
path: root/source/arch/x86_64/src/kernel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/arch/x86_64/src/kernel/main.cpp')
-rw-r--r--source/arch/x86_64/src/kernel/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/arch/x86_64/src/kernel/main.cpp b/source/arch/x86_64/src/kernel/main.cpp
index 26ae730..0e90264 100644
--- a/source/arch/x86_64/src/kernel/main.cpp
+++ b/source/arch/x86_64/src/kernel/main.cpp
@@ -9,6 +9,7 @@ namespace teachos::arch::kernel
using namespace video::vga;
text::clear();
+ text::cursor(false);
text::write("TeachOS is starting up...", text::common_attributes::green_on_black);
}
} // namespace teachos::arch::kernel