mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-11 15:33:09 +00:00
5e2ecc71c6
/trunk/config/kernel/bare-metal.experimental.in | 12 4 8 0 ++++-------- /trunk/config/kernel.in | 6 6 0 0 ++++++ 2 files changed, 10 insertions(+), 8 deletions(-)
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
# Bare metal config options
|
|
|
|
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?!?!...
|