This commit is contained in:
nub31
2025-09-06 19:45:33 +02:00
parent 5f071104bc
commit 46bc977104
6 changed files with 58 additions and 28 deletions

View File

@@ -4,8 +4,8 @@
void kernel_main()
{
arch_api.enable_interrupts();
printf("Welcome to nub OS :)\n");
printf("Kernel has exited\n");
arch_api.halt();
}