Re: Hangs At Kubuntu Screen sometimes...
The numbers in the brackets don't represent 'real time' as you and I think about it. The kernel, when compiled, had to have timestamp options for kenerel messages enabled:
Without this, the 'times' shown in dmesg (and other syslog files?) represent:
Originally posted by wrender
To enable timestamp options on kernel messages:
Kernel hacking[*] Show timing information on printks
Kernel hacking[*] Show timing information on printks
The time stamps start at 0 when the system is booted and are monotonically increasing from that time. The times are represented in seconds and microseconds.
Comment