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

View File

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