reproduce (this is a W=1 build): # https://github.com/davidhildenbrand/linux/commit/898b37f4865d94ff198bb62dfe2517a6d1b7d44e git remote add davidhildenbrand https://github.com/davidhildenbrand/linux git fetch --no-tags davidhildenbrand folded_pgtable git checkout 898b37f4865d94ff198bb62dfe2517a6d1b7d44e # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=i386 olddefconfig make W=1 O=build_dir ARCH=i386 prepare