simplified print

This commit is contained in:
nub31
2025-08-22 23:59:03 +02:00
parent 6db69608bb
commit e2dcdbeb53
3 changed files with 34 additions and 80 deletions

View File

@@ -3,5 +3,5 @@
void init(void)
{
print_init();
print("Starting nub-os\n", VGA_FG_WHITE, VGA_BG_BLACK);
println("Starting nub-os");
}