diff options
author | joerg <joerg@FreeBSD.org> | 1995-01-16 17:03:29 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-01-16 17:03:29 +0000 |
commit | 21c4534499755e8a9532c806a9000f7b82f3b02d (patch) | |
tree | def197b76a0dbb2e02ce9cadbaf5ba6564e42704 /sys/fs/cd9660/TODO | |
parent | cd232c506dc892f127bbf3eb3bdb5a0f241536bd (diff) | |
download | FreeBSD-src-21c4534499755e8a9532c806a9000f7b82f3b02d.zip FreeBSD-src-21c4534499755e8a9532c806a9000f7b82f3b02d.tar.gz |
Roll in my changes to make the cd9660 code understand the older
(original "High Sierra") CD format. I've already implemented this for
1.1.5.1 (and posted to -hackers), but didn't get any response to it.
Perhaps i'm the only one who has such an old CD lying around...
Everything is done empirically, but i had three of them around (from
different vendors), so there's a high probability that i've got it
right. :)
Diffstat (limited to 'sys/fs/cd9660/TODO')
-rw-r--r-- | sys/fs/cd9660/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/fs/cd9660/TODO b/sys/fs/cd9660/TODO index 555d26a..de41497 100644 --- a/sys/fs/cd9660/TODO +++ b/sys/fs/cd9660/TODO @@ -1,8 +1,10 @@ -# $Id: TODO,v 1.4 1993/09/07 15:40:51 ws Exp $ +# $Id: TODO,v 1.1.1.1 1994/05/24 10:04:12 rgrimes Exp $ 1) should understand "older", original High Sierra ("CDROM001") type Not yet. ( I don't have this technical information, yet. ) + Done. (16-Jan-95, Joerg Wunsch joerg@freebsd.org) + 2) should understand Rock Ridge |