crosstool-ng/config/kernel/bare-metal.in
Yann E. MORIN" cce0841d96 Rework the way EXPERIMENTAL kernels are marked as such.
/trunk/kconfig/kconfig.mk          |   51    25    26     0 ++++++++++++++++++++++----------------------
 /trunk/docs/overview.txt           |   47    47     0     0 +++++++++++++++++++++++++++++++++++++++++
 /trunk/config/kernel/bare-metal.in |    1     1     0     0 +
 3 files changed, 73 insertions(+), 26 deletions(-)
2008-09-29 20:19:45 +00:00

13 lines
433 B
Plaintext

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