yann@861: # Bare metal config options yann@861: yann@861: config KERNEL_bare_metal yann@861: select BARE_METAL yann@861: help yann@883: 'Bare metal' refers to those programs that run without any kernel. yann@861: yann@861: You probably want to say 'y' here if you plan to use your compiler yann@883: to build bootloaders. It is not yet suitable to build Linux kernels, yann@883: though, because the APCI stuff relies on the target C library headers yann@883: being available?!?!...