aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorsalmoon <salmoon>2002-08-28 16:10:44 +0000
committersalmoon <salmoon>2002-08-28 16:10:44 +0000
commit0d8d92cf4631f4a0a88fe04817d375f9e73408e4 (patch)
tree66c43b0aec21aaa2ea6643fe38b71fac12b91fe4 /TODO
downloadmpiosh-0d8d92cf4631f4a0a88fe04817d375f9e73408e4.tar.gz
mpiosh-0d8d92cf4631f4a0a88fe04817d375f9e73408e4.tar.bz2
mpiosh-0d8d92cf4631f4a0a88fe04817d375f9e73408e4.zip
Initial revision
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 24 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..4bc83d0
--- /dev/null
+++ b/TODO
@@ -0,0 +1,24 @@
+$Id: TODO,v 1.1 2002/08/28 16:10:44 salmoon Exp $
+
+* Kernel Module
+ - the MPIO can no multitasking, so:
+ allow only *one* process to use the device
+
+* libmpio
+ - find FAT entry dynamic (DONE)
+ - finish API
+ - implement dir functions
+ - implement ECC code (we want a GPL code for this)
+ - use ECC code for every read/write operation!!
+ - implement reading of files
+ - implement writing of files
+
+ If everything is done:
+ - implement formating of external memory
+ - implement formating of internal memory (BEWARE !!!!)
+
+* mpio_tool
+ - setup nice getopts function
+ - show directory
+ - read files
+ - write files \ No newline at end of file