From f367fe4e5a7712bafc121ce5c228f15e90fc5c93 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Wed, 25 Nov 2009 17:07:31 +0100 Subject: Fixed FATFS::read - Also added a HDD image, will be used later - Also modified a bit the fdc driver - Also added a hexdump function to kernel shell for dumping file contents --- Source/Kernel/Shell/KernelShell.class.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Kernel/Shell/KernelShell.class.h') diff --git a/Source/Kernel/Shell/KernelShell.class.h b/Source/Kernel/Shell/KernelShell.class.h index 4fa9c66..d3fd5e1 100644 --- a/Source/Kernel/Shell/KernelShell.class.h +++ b/Source/Kernel/Shell/KernelShell.class.h @@ -27,6 +27,7 @@ class KernelShell { void rm(Vector& args); void wf(Vector& args); void run(Vector& args); + void hexdump(Vector& args); //in KernelShell-sys void devices(Vector& args); -- cgit v1.2.3