mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
Help command patch
This commit is contained in:
parent
35c951b728
commit
a852075701
5 changed files with 1 additions and 1 deletions
BIN
brewos.iso
BIN
brewos.iso
Binary file not shown.
BIN
build/brewos.elf
BIN
build/brewos.elf
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -15,5 +15,5 @@ void cli_cmd_help(char *args) {
|
||||||
cli_write(" COWSAY - cowsay <msg>\n");
|
cli_write(" COWSAY - cowsay <msg>\n");
|
||||||
cli_write(" REBOOT - Reboot system\n");
|
cli_write(" REBOOT - Reboot system\n");
|
||||||
cli_write(" SHUTDOWN - Shutdown system\n");
|
cli_write(" SHUTDOWN - Shutdown system\n");
|
||||||
cli_write(" MEMINFO - Gives memory info");
|
cli_write(" MEMINFO - Gives memory info\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue