[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multiple rtems_io_register_name



On Thu, 2003-10-23 at 09:56, Cedric Aubert wrote:

> Another related question, is it mandatory to the
> symlink to be in the /dev directory ?
Well, not strictly as far as RTEMS is concerned, ie. RTEMS doesn't
necessarily force you to do this.

However  I'd strongly encourage you to do so, because it is common
standard to have all devices under /dev and because this mandated for
some devices by POSIX/IEEE.

> Example :
> 
> symlink ("/dev/porta", "/term0")

IMO, a bad idea ;)

Ralf