mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Add dump command in kernel shell
This commit is contained in:
@ -43,6 +43,7 @@ void cmd_lsacpi(const char *args);
|
||||
void cmd_lsmod(const char *args);
|
||||
void cmd_modinfo(const char *args);
|
||||
void cmd_panic(const char *args);
|
||||
void cmd_dump(const char *args);
|
||||
|
||||
#define IF_ARG(x) strcmp(args, x) == 0
|
||||
|
||||
|
Reference in New Issue
Block a user