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:
@ -78,6 +78,7 @@ static Command commands[] = {
|
||||
{"modprobe", nullptr},
|
||||
{"depmod", nullptr},
|
||||
{"panic", cmd_panic},
|
||||
{"dump", cmd_dump},
|
||||
};
|
||||
|
||||
void StartKernelShell()
|
||||
|
Reference in New Issue
Block a user