This commit is contained in:
nub31
2025-08-24 00:37:34 +02:00
parent a9324bbea8
commit b153dab9e2
4 changed files with 7 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
void kernel_main(void)
{
vga_reset();
vga_clear();
vga_print("Welcome to nub OS\n");
}