diff --git a/source/main.c b/source/main.c index a650b83..7f9e57d 100644 --- a/source/main.c +++ b/source/main.c @@ -12,6 +12,7 @@ #include #include +#include #include #include #include @@ -29,6 +30,7 @@ struct cmd user_cmds[] = { { "ls", "", shell_ls }, { "date", "", shell_date }, { "time", "", shell_time }, + { "booting", "", shell_prepare }, { NULL, NULL, NULL }, };