在这个错误信息中:
BUG: unable to handle kernel paging request at ffff8804c001fade
ffff8804c001fade是物理内存地址还是虚拟内存地址?
这是一个内核虚拟地址,如果你有兴趣在那里应该find什么位置,那么你可以看看https://www.kernel.org/doc/Documentation/x86/x86_64/mm.txt其中说:
ffff880000000000 - ffffc7ffffffffff (=64 TB) direct mapping of all phys. memory
所以你的地址应该被映射到物理地址4c001fade,只是稍微超过了19gig mark。 这个故障最可能的原因是机器的RAMless于19个。