在此错误消息中:
BUG: unable to handle kernel paging request at ffff8804c001fade
ffff8804c001fade是物理内存地址还是虚拟内存地址?
解决方法
它是一个内核虚拟地址,如果你对那里应该是什么感兴趣那么你可以看看
https://www.kernel.org/doc/Documentation/x86/x86_64/mm.txt,它说:
ffff880000000000 - ffffc7ffffffffff (=64 TB) direct mapping of all phys. memory
所以你的地址应该映射到物理地址4c001fade,只是略高于19 gig标记.它出错的最可能原因是机器的RAM少于19演出.