= GetKernelVerStr = Gets the OS (kernel) version {{{ string GetKernelVerStr(); }}} == Parameters == Function does not accept any parameters. == Return Value == Returns string representation of the full OS version such as 2.6.17.7-2010.08.04 == Remarks == == Examples == {{{ string str = GetKernelVerStr(); DisplayText(0, 0, str); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetKernelVer GetKernelVer] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetLoaderVerStr GetLoaderVerStr] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVerStr GetMnBdVerStr]