move stuff aroundd

This commit is contained in:
nub31
2025-08-23 14:43:00 +02:00
parent e2dcdbeb53
commit 3b5e08951c
11 changed files with 43 additions and 32 deletions

7
src/kernel/kernel.c Normal file
View File

@@ -0,0 +1,7 @@
#include "print.h"
void init(void)
{
print_init();
println("Starting nub-os");
}