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/include/toxic/kernel.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/include/toxic/kernel.h (limited to 'src/include/toxic/kernel.h') diff --git a/src/include/toxic/kernel.h b/src/include/toxic/kernel.h new file mode 100644 index 0000000..2007693 --- /dev/null +++ b/src/include/toxic/kernel.h @@ -0,0 +1,6 @@ +#ifndef KERNEL_H +#define KERNEL_H + +void kernel_main(); + +#endif /* KERNEL_H */ -- cgit v1.2.3