1846563 Members
1953 Online
110256 Solutions
New Discussion

Re: Find Running Kernel

 
Piyush S
Advisor

Find Running Kernel

Hi All

Can anyone let me know how to find which kernel is running?

Regds

PS
1 REPLY 1
Robert-Jan Goossens
Honored Contributor

Re: Find Running Kernel

Hi,

11.23

# echo 'boot_string/S' | adb -o /stand/vmunix /dev/mem

11.0 + 11.11

# echo "boot_string/S" | adb -k /stand/vmunix /dev/kmem

Regards,
Robert-Jan