diff --git a/boredos.iso b/boredos.iso index 893cf78..4f9edad 100644 Binary files a/boredos.iso and b/boredos.iso differ diff --git a/src/kernel/userland/help.c b/src/kernel/userland/help.c index b901e7f..0237d94 100644 --- a/src/kernel/userland/help.c +++ b/src/kernel/userland/help.c @@ -27,6 +27,7 @@ int main(int argc, char **argv) { printf("man - Show manual page\n"); printf("clear - Clear the screen\n"); printf("exit - Exit the terminal\n"); + printf("net - Network tools\n"); printf("\nHint: Use Ctrl+C to force quit any running application.\n"); return 0; }