int uname( struct utsname *name );
This service returns system information to the caller. It does this
by filling in the struct utsname
format structure for the
caller.
The information provided includes the operating system (RTEMS in all configurations), the node number, the release as the RTEMS version, and the CPU family and model. The CPU model name will indicate the multilib executive variant being used.
Copyright © 1988-2004 OAR Corporation