From 2d5426a233d9bd37186697e508113e07fc05141f Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Tue, 13 Oct 2009 17:43:53 +0200 Subject: Nothing, really --- Source/Kernel/Melon.ke | Bin 609187 -> 608375 bytes Source/Kernel/Shell/KernelShell.class.cpp | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/Kernel/Melon.ke b/Source/Kernel/Melon.ke index 61c87df..9f7a055 100755 Binary files a/Source/Kernel/Melon.ke and b/Source/Kernel/Melon.ke differ diff --git a/Source/Kernel/Shell/KernelShell.class.cpp b/Source/Kernel/Shell/KernelShell.class.cpp index 4232cd9..e2fbb69 100644 --- a/Source/Kernel/Shell/KernelShell.class.cpp +++ b/Source/Kernel/Shell/KernelShell.class.cpp @@ -3,6 +3,7 @@ #include #include #include +#include u32int KernelShell::m_instances = 0; @@ -62,7 +63,7 @@ u32int KernelShell::run() { while (1) { m_vt->setColor(SHELL_LIGHTCOLOR); - *m_vt << "[" << m_cwd->getName() << "]# "; + *m_vt << VFS::path(m_cwd) << " : "; m_vt->setColor(SHELL_ENTRYCOLOR); Vector tokens = m_vt->readLine().split(" "); m_vt->setColor(SHELL_FGCOLOR); -- cgit v1.2.3