在此错误消息中:
BUG: unable to handle kernel paging request at ffff8804c001fade
ffff8804c001fade是物理内存地址还是虚拟内存地址?
答案1
这是一个内核虚拟地址,如果你对它的位置感兴趣,可以看看https://www.kernel.org/doc/Documentation/x86/x86_64/mm.txt其中写道:
ffff880000000000 - ffffc7ffffffffff (=64 TB) direct mapping of all phys. memory
因此您的地址应映射到物理地址 4c001fade,略大于 19 GB 标记。发生故障的最可能原因是机器的 RAM 不足 19 GB。