On Thu, 27 Dec 2001 05:19:38 Drew Northup wrote: > I'm working on a fix for this--which is why I'm working on making a back > version inclusive copy of the CVS. If you get yourself a copy of the CVS > at an earlier date it should work fine. Unfortunately for all of us, the > last CVS update happened not too long before Kevin's trouble with > Mandrakesoft--so we aren't quite sure what is causing the problem. The > best explanation is that there is something wrong with the handling of > the > switch to protected mode--but I have yet to be able to test that idea.
I made a copy of the CVS some time ago (almost a year?). I'm setting it up at http://getyouriso.dyndns.org/plex86.tar.gz just in case it's useful for you plex86 developers. > I hope to have a fix out soon for all of those debian folk who must be > really diasappointed (sp?)--and for everyone else here--so that we can > get > the show back on the road. Once again, I'd like to say that I can't do > all of this alone--and any help that we can get doing debug (even if you > don't have any idea about how to fix the errors that you find) is greatly > appreciated. I indeed have no idea about the errors i'm finding, but if i can help you elsehow to fix this problem i'd be glad to. Regards, -- ---------------------------------------------------- Robert Millan Debian GNU/Hurd user zeratul2 wanadoo es http://getyouriso.dyndns.org/ ---------------------------------------------------- Join us in civil disobedience and distribute DeCSS!! ---------------------------------------------------- /* efdtt.c Author: Charles M. Hannum <[EMAIL PROTECTED]> */ /* Length: 434 bytes (excluding unnecessary newlines) */ /* Usage is: cat title-key scrambled.vob | efdtt >clear.vob */ /* title-key can be read from the DVD by css-auth. (see livid.org) */ #define m(i)(x[i]^s[i+84])<< unsigned char x[5],y,s[2048];main(n){for(read(0,x,5);read(0,s,n=2048);write(1,s ,n))if(s[y=s[13]%8+20]/16%4==1){int i=m(1)17^256+m(0)8,k=m(2)0,j=m(4)17^m(3)9^k *2-k%8^8,a=0,c=26;for(s[y]-=16;--c;j*=2)a=a*2^i&1,i=i/2^j&1<<24;for(j=127;++j<n ;c=c>y)c+=y=i^i/8^i>>4^i>>12,i=i>>8^y<<17,a^=a>>14,y=a^a*8^a<<6,a=a>>8^y<<9,k=s [j],k="7Wo~'G_\216"[k&7]+2^"cr3sfw6v;*k+>/n."[k>>4]*2^k*257/8,s[j]=k^(k&k*2&34) *6^c+~y;}}
