move to grub

This commit is contained in:
nub31
2025-08-23 16:54:09 +02:00
parent 9be2f8a948
commit 42d8f26abb
16 changed files with 59 additions and 154 deletions

6
src/kernel.c Normal file
View File

@@ -0,0 +1,6 @@
#include "print.h"
void kernel_init(void)
{
print("Starting nub-os\n");
}