On Sat, May 06, 2017 at 05:37:01PM +0000, Mahdi Mokhtari wrote: > + do_cpuid(0x80000006, cache_size); Executing CPUID instruction on i386 without checking for CPUID support panics the kernel. Also, it is worth ensuring that the requested leaf is supported, otherwise nonsensical data would be printed.