Kernel: Add more functionality to Shell
commands 'time', 'cpuid', 'random'
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Kernel
|
||||
private:
|
||||
Shell();
|
||||
void PrintPrompt();
|
||||
void ProcessCommand(BAN::StringView);
|
||||
void ProcessCommand(const BAN::Vector<BAN::StringView>&);
|
||||
void KeyEventCallback(Keyboard::KeyEvent);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user