config/kernel/bare-metal.experimental.in
changeset 890 6227df6bbb79
parent 889 5318d1a11029
child 891 4d770d1f65a0
     1.1 --- a/config/kernel/bare-metal.experimental.in	Mon Sep 29 18:16:03 2008 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 -# Bare metal config options
     1.5 -
     1.6 -config KERNEL_bare_metal
     1.7 -    select BARE_METAL
     1.8 -    help
     1.9 -      'Bare metal' refers to those programs that run without any kernel.
    1.10 -      
    1.11 -      You probably want to say 'y' here if you plan to use your compiler
    1.12 -      to build bootloaders. It is not yet suitable to build Linux kernels,
    1.13 -      though, because the APCI stuff relies on the target C library headers
    1.14 -      being available?!?!...