5 Aug
2005
5 Aug
'05
11:37 p.m.
I say probably because there doesn't seem to be any way to determine which kernel I'm booting from. The older (7.x) xnu kernels reported the kernel file path in their dmesg output - the 8.x series don't seem to. Not in the sysctl MIB either. Is there any way to retrieve this information do you know?
Have you tried uname -a? It should tell you the kernel version you're using... _Mark