diff --git a/iso/boot/kernel.elf b/iso/boot/kernel.elf index a94e3f2..fcbd624 100755 Binary files a/iso/boot/kernel.elf and b/iso/boot/kernel.elf differ diff --git a/os.iso b/os.iso index ca153f1..29c6535 100644 Binary files a/os.iso and b/os.iso differ diff --git a/src/kernel/shell.c b/src/kernel/shell.c index 7129da8..a0bd268 100644 --- a/src/kernel/shell.c +++ b/src/kernel/shell.c @@ -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) {