Feat: lab 3
This commit is contained in:
@@ -22,14 +22,15 @@ static inline
|
||||
void _help (void)
|
||||
{
|
||||
uart_puts(
|
||||
"help : print this help menu" ENDL
|
||||
"hello : print Hello World!" ENDL
|
||||
"hwinfo : print hardware info" ENDL
|
||||
"memalloc <size>: alloate memory and print" ENDL
|
||||
"ls : list directory contents" ENDL
|
||||
"cat <file>: concatenate files and print" ENDL
|
||||
"exec <file>: execute file in usermode" ENDL
|
||||
"reboot : reboot the device" ENDL
|
||||
"help : print this help menu" ENDL
|
||||
"hello : print Hello World!" ENDL
|
||||
"hwinfo : print hardware info" ENDL
|
||||
"memalloc <size> : alloate memory and print" ENDL
|
||||
"ls : list directory contents" ENDL
|
||||
"cat <file> : concatenate files and print" ENDL
|
||||
"exec <file> : execute file in usermode" ENDL
|
||||
"settimeout <sec> <message...>: pring message after a few seconds" ENDL
|
||||
"reboot : reboot the device" ENDL
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user