[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Port to 2.2
morbius@xxxxxxx.com said:
> Has anybody completed a port to the 2.2 kernel?
Best described as 'mostly complete'. Although I'm only aware of one
remaining major bug - it fails to use copy_from_user() on userspace
buffers. That has yet to cause me a problem but is being worked on.
> If so, how does one obtain it?
cvs -d :pserver:anoncvs@xxxxxxx.org:/home/cvs login
(password: anoncvs)
cvs -d :pserver:anoncvs@xxxxxxx.org:/home/cvs checkout mtd
--
dwmw2