@Amethyst1 The top two lines are just echoed text. Going forward, this text (specifically the second line, housing the Revision and Generation data) will be manually modified with each successive build to reflect differing iterations.
@mortlocli about is an OS X-native utility and contains no code from SGI. Quite simply, it is a shell script comprised of echo, uname, machine, and sysctl that lives in /usr/local/bin.
@Dronecatcher Since only certain machines (not all) have different minimum speeds and maximum speeds (shown by the above sysctl commands), it stands to reason that
sysctl hw.cpufrequency is indeed the current speed setting that the system is running at. That's how I interpret it, anyway.