Add dump command in kernel shell

This commit is contained in:
EnderIce2
2024-02-29 00:46:28 +02:00
parent fbb59f2187
commit 2f1611fe87
4 changed files with 80 additions and 1 deletions

View File

@ -78,6 +78,7 @@ static Command commands[] = {
{"modprobe", nullptr},
{"depmod", nullptr},
{"panic", cmd_panic},
{"dump", cmd_dump},
};
void StartKernelShell()