aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 4bc83d0b40c3376b5d1584bb6fe7aa774c6b33fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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