From f3ffe96d679742af95afa29e0cf612c6935eedd0 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Tue, 24 Nov 2009 14:29:29 +0100 Subject: Reading from floppys supposedly fixed in qemu --- Source/Kernel/Shell/KernelShell.class.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Kernel/Shell/KernelShell.class.cpp') 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} }; -- cgit v1.2.3