mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / ltt / convert / sysInfo
index 1a81012e9a686a25f665ca8170c26c9003df31af..fdd7b596a459fe273f2b16feab2123cc64121781 100755 (executable)
@@ -23,9 +23,12 @@ echo "kernel_version="$KERNEL_VERSION >> $outputFile
 MACHINE="`uname -m`"
 echo "machine="$MACHINE >> $outputFile
 
+
+# not available anymore in uname version 5 and newer
 PROCESSOR="`uname -p`"
 echo "processor="$PROCESSOR >> $outputFile
 
+# not available anymore in uname version 5 and newer
 HARDWARE_PLATFORM="`uname -i`"
 echo "hardware_platform="$HARDWARE_PLATFORM >> $outputFile
 
This page took 0.023419 seconds and 4 git commands to generate.