
13 Oct
2012
13 Oct
'12
9:26 p.m.
Hi
On Wednesday 10 October 2012 18:05:07 Stephen Warren wrote:
...snip... Makefile | 3 +- common/Makefile | 2 + common/cmd_fs.c | 86 ++++++++++++++++++++++ fs/Makefile | 47 ++++++++++++ fs/fs.c | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/fs.h | 49 +++++++++++++ 6 files changed, 402 insertions(+), 1 deletions(-) create mode 100644 common/cmd_fs.c create mode 100644 fs/Makefile create mode 100644 fs/fs.c create mode 100644 include/fs.h
I dont see how this is a "partition switch library", when it doesnt deal with partitions at all. Care to explain? Or maybe call it "filesystem-auto detection" or something?
Best Regards Pavel Herrmann