Hi, I just started using the buildroot system, after selecting x86_64 and running make kernel_menuconfig
, I couldn't help but notice that the option 64-bit kernel
is not enabled by default. Given the advantages of having a 64 bit kernel, why is this not enabled?
Enable the subtarget = x86_64 and target profile = generic x86/64
CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_64=y
CONFIG_TARGET_x86_64_DEVICE_generic=y
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.