TODO
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Name       : QNX4 TODO list
  2. Last update: 1999-12-23
  3.     - Writing is still unsupported (it may compile, but it certainly won't
  4.       bring you any joy).
  5.     - qnx4_checkroot (inode.c), currently there's a look for the '/' in
  6.       the root direntry, if so then the current mounted device is a qnx4
  7.       partition. This has to be rewritten with a look for 'QNX4' in the
  8.       bootblock, it seems to me the savest way to ensure that the mounted
  9.       device is in fact a QNX4 partition.
  10.       Done 20-06-1998, Frank. But some disks (like QNX install floppies)
  11.       don't have 'QNX4' in their bootblock.
  12.       
  13.     - Bitmap functions. To find out the free space, largest free block, etc.
  14.       Partly done (RO), Richard, 05/06/1998. Optimized 20-06-1998, Frank.
  15.     
  16.     - Complete write, unlink and truncate functions : the bitmap should be
  17. updated.
  18.     - Porting to linux 2.1.99+ with dcache support. 20-06-1998, Frank.
  19.     
  20.     - Don't rewrite the file_read function : use the generic_file_read hook,
  21.       and write readpage instead. Done on 21-06-1998, Frank.
  22.     - Write dinit and dcheck.
  23.     - Solving the bugs.
  24.     
  25.     - Use le32_to_cpu and vice-versa for portability.