$OperatingSystem is a string giving the type of operating system under which Mathematica is being run.
$Output
(Built-in Mathematica Symbol) $Output gives the list of files and pipes to which standard output from Mathematica is sent.
$Packages gives a list of the contexts corresponding to all packages which have been loaded in your current Mathematica session.
$ParentLink is the MathLink LinkObject currently used for input and output by the Mathematica kernel in a particular session.
$ParentProcessID gives the ID assigned to the process which invokes the Mathematica kernel by the operating system under which it is run.
$PerformanceGoal gives the default setting for the option PerformanceGoal for graphics and other algorithmic functions.
$ProcessID gives the ID assigned to the Mathematica kernel process by the operating system under which it is run.
$ProcessorType is a string giving the architecture of the processor on which Mathematica is being run.
$ReleaseNumber is an integer which gives the current Mathematica kernel release number, and increases in successive releases.
$SessionID is a number set up to be unique to a particular Mathematica session.