hi all,
The following is the output from the uname command:
uname -m ( prints machine hardware name)
i686
but,
uname -i ( prints the hardware platform)
i386
Does this mean that the kernel is using the i386 version? If I recompile the kernel to i686, there will be a big boost in performance correct?
thanks,
007