Difference between revisions of "Shell"

From Embedded Xinu
Jump to navigation Jump to search
m
Line 1: Line 1:
The XINU shell is designed as an interface for interacting the operating system.  The majority of the commands provide information about the current state of the system including its process, memory, and hardware.
+
The XINU shell is designed as an interface for interacting with the operating system.  The majority of the commands provide information about the current state of the system including its process, memory, and hardware.
  
 
== Commands ==
 
== Commands ==

Revision as of 18:17, 5 June 2007

The XINU shell is designed as an interface for interacting with the operating system. The majority of the commands provide information about the current state of the system including its process, memory, and hardware.

Commands

The XINU shell is equipped with seven commands:

  • exit
  • help
  • kill PID
  • memstat
  • ps
  • sleep DELAY
  • uartstat UARTNUM