Kernel: Add more functionality to Shell

commands 'time', 'cpuid', 'random'
This commit is contained in:
Bananymous
2022-12-15 17:29:35 +02:00
parent a2d38af37a
commit 930661619b
2 changed files with 78 additions and 5 deletions

View File

@@ -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: