in the oops ARM kernel, the following logs are printed in the kernel logs -
<1>[ 4205.112835] I[0:swapper/0:0] [c0] Unable to handle kernel paging request at virtual address ff898580 <1>[ 4205.112874] I[0:swapper/0:0] [c0] pgd = ec3c4000 <1>[ 4205.112901] I[0:swapper/0:0] [c0] [ff898580] *pgd=00000000 <0>[ 4205.112939] I[0:swapper/0:0] [c0] Internal error: Oops: 80000005
Sometimes this code doesn't work -
Internal error: Oops - undefined instruction: 0 [
and in most magazines -
Internal error: Oops: 5 [
Can someone explain the purpose of this code and its meaning?
source share