This commit is contained in:
nub31
2025-08-23 19:20:42 +02:00
parent 257f1d08f5
commit 624c90ce88
7 changed files with 32 additions and 59 deletions

View File

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