From 2420e3f52b62580af9cdd661fb441733e437daf9 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Mon, 23 Feb 2026 23:18:48 +0100 Subject: lots of changes. restructured repository. switched to limine. Signed-off-by: czjstmax --- src/kernel/api/io.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/kernel/api/io.h (limited to 'src/kernel/api/io.h') diff --git a/src/kernel/api/io.h b/src/kernel/api/io.h new file mode 100644 index 0000000..7a9fc38 --- /dev/null +++ b/src/kernel/api/io.h @@ -0,0 +1,10 @@ +#define MÜLL_IO_H + +/* + * Minimal API for kernel I/O basics + */ + +// includes +#include + +void RealPrint(const char* str); -- cgit v1.3.1