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

@@ -239,8 +239,8 @@ int main(int argc, char** argv) {
}
if (strcmp(argv[1], "init") == 0) {
if (sys_network_init() == 0) printf("Network OK\n");
else printf("Network Fail\n");
if (sys_network_init() == 0) printf("Network [OK]\n");
else printf("Network [FAIL]\n");
return 0;
}