Update: help

This commit is contained in:
xamidev
2024-07-24 15:11:47 +02:00
parent 631099a53d
commit 05b7acd931
3 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
os.iso

Binary file not shown.

View File

@@ -21,7 +21,7 @@ void shell_install()
}
else if (strcmp(input_buffer, "help") == 0)
{
printf("This is the Blank Operating System\ndesigned for fun by xamidev\n\nCommand help:\n\n\thelp - shows this message\n\tpanic - makes the kernel panic\n");
printf("This is the Blank Operating System\ndesigned for fun by xamidev\n\nCommand help:\n\n\thelp - shows this message\n\tpanic - makes the kernel panic\n\twords - generates random words\n");
}
else if (strcmp(input_buffer, "panic") == 0)
{