From dd04850c27e8bc273506f4a64bb28b7ddf111dc5 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 24 Jul 2025 20:51:55 +0000 Subject: kapi: rework text device interface --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index d6199d0..120e7e0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,11 +1,11 @@ -#include "kapi/io.hpp" +#include "kapi/cio.hpp" #include "kapi/memory.hpp" #include "kapi/system.hpp" auto main() -> int { - teachos::io::init(); - teachos::io::println("[OS] IO subsystem initialized."); + teachos::cio::init(); + teachos::cio::println("[OS] IO subsystem initialized."); teachos::memory::init(); -- cgit v1.2.3