diff options
Diffstat (limited to 'Source/Kernel/Shell/KernelShell.class.h')
-rw-r--r-- | Source/Kernel/Shell/KernelShell.class.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Kernel/Shell/KernelShell.class.h b/Source/Kernel/Shell/KernelShell.class.h index 182aa66..39e1ebd 100644 --- a/Source/Kernel/Shell/KernelShell.class.h +++ b/Source/Kernel/Shell/KernelShell.class.h @@ -34,7 +34,10 @@ class KernelShell { void uptime(Vector<String>& args); void part(Vector<String>& args); + void setup(DirectoryNode* cwd, VirtualTerminal *vt); + public: + KernelShell(DirectoryNode* cwd, VirtualTerminal *vt); KernelShell(DirectoryNode* cwd); static u32int getInstances() { return m_instances; } |