From fd9f4bd7724b4440bede4ccbb3670e88289402d9 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Sat, 26 Jul 2025 15:27:23 +0200 Subject: Move include files to a subdirectory Move the include files to the toxic/ subdirectory, so it gets a bit more organized. Ah, yeah, OS name will be renamed to ToxicOS Signed-off-by: Carlos Maiolino --- src/kernel.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/kernel.c') diff --git a/src/kernel.c b/src/kernel.c index bca7849..0aa8eef 100644 --- a/src/kernel.c +++ b/src/kernel.c @@ -1,11 +1,12 @@ -#include #include #include -#include -#include "lib/string.h" +#include +#include +#include void start_kernel() { init_display(2); vprintl("Hello World!!!\n"); + } -- cgit v1.2.3