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