mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
cce0841d96
/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(-)
13 lines
433 B
Plaintext
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?!?!...
|