From: DJ Delorie Subject: Re: New winsup snapshot 9/14/98 16 Sep 1998 19:09:33 -0400 Message-ID: <3600452D.41C6@delorie.com> References: <19980914141243 DOT 37248 AT cygnus DOT com> <19980916145910 DOT A13558 DOT cygnus DOT cygwin32 DOT developers AT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (X11; I; IRIX 5.3 IP22) > With the registry, possibly we'd could support /dev as a > "directory that lives in the registry". Hmm, that might > be a nice generalization for other stuff, too. How about this idea: Create a real /dev directory in posix-land. If you look for, say, "/dev/scd0", check for "/dev/scd0.dll" and support an API for extending device-space. The API would have to be passed the name you found it as (scd0) and you'd have to have one copy of the dll for each device (unless we grokked the trailing digits) but it would be infinitely expandable. Probably a lot of work too.