Home | History | Annotate | Line # | Download | only in cd9660
TODO revision 1.1.2.2
      1  1.1.2.2  thorpej #	$NetBSD: TODO,v 1.1.2.2 2002/12/29 19:55:31 thorpej Exp $
      2  1.1.2.2  thorpej 
      3  1.1.2.2  thorpej  1) should understand "older", original High Sierra ("CDROM001") type
      4  1.1.2.2  thorpej 
      5  1.1.2.2  thorpej    Not yet. ( I don't have this technical information, yet. )
      6  1.1.2.2  thorpej 
      7  1.1.2.2  thorpej  2) should understand Rock Ridge
      8  1.1.2.2  thorpej 
      9  1.1.2.2  thorpej    Yes, we have follows function.
     10  1.1.2.2  thorpej 
     11  1.1.2.2  thorpej        o Symbolic Link
     12  1.1.2.2  thorpej        o Real Name(long name)
     13  1.1.2.2  thorpej        o File Attribute 
     14  1.1.2.2  thorpej        o Time stamp
     15  1.1.2.2  thorpej        o uid, gid
     16  1.1.2.2  thorpej        o Devices
     17  1.1.2.2  thorpej        o Relocated directories
     18  1.1.2.2  thorpej 
     19  1.1.2.2  thorpej    Except follows:
     20  1.1.2.2  thorpej 
     21  1.1.2.2  thorpej        o POSIX device number mapping
     22  1.1.2.2  thorpej 
     23  1.1.2.2  thorpej          There is some preliminary stuff in there that (ab-)uses the mknod
     24  1.1.2.2  thorpej          system call, but this needs a writable filesystem
     25  1.1.2.2  thorpej          
     26  1.1.2.2  thorpej  5) should have name translation enabled by mount flag
     27  1.1.2.2  thorpej 
     28  1.1.2.2  thorpej    Yes. we can disable the Rock Ridge Extension by follows option;
     29  1.1.2.2  thorpej 
     30  1.1.2.2  thorpej       "mount -t isofs -o -norrip /dev/cd0d /cdrom"
     31  1.1.2.2  thorpej 
     32  1.1.2.2  thorpej  6) should run as a user process, and not take up kernel space (cdroms
     33  1.1.2.2  thorpej     are slow)
     34  1.1.2.2  thorpej 
     35  1.1.2.2  thorpej    Not yet.
     36  1.1.2.2  thorpej 
     37  1.1.2.2  thorpej  7) ECMA support.
     38  1.1.2.2  thorpej 
     39  1.1.2.2  thorpej    Not yet. we need not only a technical spec but also ECMA format
     40  1.1.2.2  thorpej    cd-rom itself!
     41  1.1.2.2  thorpej 
     42  1.1.2.2  thorpej  8) Character set change by SVD ( multi SVD support )
     43  1.1.2.2  thorpej 
     44  1.1.2.2  thorpej    Not yet. We should also hack the other part of system as 8 bit
     45  1.1.2.2  thorpej    clean. As far as I know, if you export the cdrom by NFS, the client
     46  1.1.2.2  thorpej    can access the 8 bit clean (ie. Solaris Japanese with EUC code )
     47  1.1.2.2  thorpej 
     48