FEAT: Verbose boot

This commit is contained in:
boreddevnl
2026-04-13 12:17:39 +02:00
parent a27b2c6423
commit e4603792b6
16 changed files with 296 additions and 87 deletions

View File

@@ -189,7 +189,7 @@ void vfs_init(void) {
}
mount_count = 0;
serial_write("[VFS] Virtual File System initialized\n");
serial_write("[VFS] Ready\n");
}
// ===============