summaryrefslogtreecommitdiff
path: root/Source/Kernel/Shell/KernelShell.class.cpp
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-24 14:29:29 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-24 14:29:29 +0100
commitf3ffe96d679742af95afa29e0cf612c6935eedd0 (patch)
tree94b401da87240ab83216a6a147ff99df6aef8d5d /Source/Kernel/Shell/KernelShell.class.cpp
parent0f536540de15202d44cd9b1d708ee04edccb8c66 (diff)
downloadMelon-f3ffe96d679742af95afa29e0cf612c6935eedd0.tar.gz
Melon-f3ffe96d679742af95afa29e0cf612c6935eedd0.zip
Reading from floppys supposedly fixed in qemu
Diffstat (limited to 'Source/Kernel/Shell/KernelShell.class.cpp')
-rw-r--r--Source/Kernel/Shell/KernelShell.class.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Shell/KernelShell.class.cpp b/Source/Kernel/Shell/KernelShell.class.cpp
index 7f57f8b..9f9858b 100644
--- a/Source/Kernel/Shell/KernelShell.class.cpp
+++ b/Source/Kernel/Shell/KernelShell.class.cpp
@@ -61,6 +61,7 @@ u32int KernelShell::run() {
{"free", &KernelShell::free},
{"uptime", &KernelShell::uptime},
{"part", &KernelShell::part},
+ {"readblock", &KernelShell::readblock},
{0, 0}
};