Move the examples for the 'hints' and 'env' keywords from various GENERIC
kernel configs into NOTES. Reviewed by: imp
This commit is contained in:
parent
0e18e3f232
commit
0ab6ce0ba0
@ -21,15 +21,6 @@
|
||||
cpu HAMMER
|
||||
ident GENERIC
|
||||
|
||||
# To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" # Default places to look for devices.
|
||||
|
||||
# Use the following to compile in values accessible to the kernel
|
||||
# through getenv() (or kenv(1) in userland). The format of the file
|
||||
# is 'variable=value', see kenv(1)
|
||||
#
|
||||
# env "GENERIC.env"
|
||||
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
|
@ -21,15 +21,6 @@
|
||||
cpu HAMMER
|
||||
ident XENHVM
|
||||
|
||||
# To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" # Default places to look for devices.
|
||||
|
||||
# Use the following to compile in values accessible to the kernel
|
||||
# through getenv() (or kenv(1) in userland). The format of the file
|
||||
# is 'variable=value', see kenv(1)
|
||||
#
|
||||
# env "GENERIC.env"
|
||||
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
|
@ -26,8 +26,6 @@ options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
options COUNTS_PER_SEC=400000000
|
||||
options STARTUP_PAGETABLE_ADDR=0x00000000
|
||||
include "../xscale/i8134x/std.crb"
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
@ -26,8 +26,6 @@ options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
options STARTUP_PAGETABLE_ADDR=0xa0000000
|
||||
#options ARM32_NEW_VM_LAYOUT
|
||||
include "../xscale/i80321/std.ep80219"
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
@ -32,8 +32,6 @@ options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
|
||||
options STARTUP_PAGETABLE_ADDR=0xa0000000
|
||||
include "../xscale/pxa/std.pxa"
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
@ -27,8 +27,6 @@ options LOADERRAMADDR=0x00000000
|
||||
|
||||
options STARTUP_PAGETABLE_ADDR=0xa0000000
|
||||
include "../xscale/i80321/std.iq31244"
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
@ -23,8 +23,6 @@ options KERNPHYSADDR=0xc0000000
|
||||
options KERNVIRTADDR=0xc0000000
|
||||
options PHYSADDR=0xc0000000
|
||||
include "../sa11x0/std.sa11x0"
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
@ -24,8 +24,6 @@ options KERNPHYSADDR=0xc0000000
|
||||
options KERNVIRTADDR=0xc0000000
|
||||
options PHYSADDR=0xc0000000
|
||||
include "../at91/std.kb920x"
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
@ -50,6 +50,15 @@ ident LINT
|
||||
#
|
||||
maxusers 10
|
||||
|
||||
# To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "LINT.hints" # Default places to look for devices.
|
||||
|
||||
# Use the following to compile in values accessible to the kernel
|
||||
# through getenv() (or kenv(1) in userland). The format of the file
|
||||
# is 'variable=value', see kenv(1)
|
||||
#
|
||||
#env "LINT.env"
|
||||
|
||||
#
|
||||
# The `makeoptions' parameter allows variables to be passed to the
|
||||
# generated Makefile in the build area.
|
||||
|
@ -23,15 +23,6 @@ cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
ident GENERIC
|
||||
|
||||
# To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" # Default places to look for devices.
|
||||
|
||||
# Use the following to compile in values accessible to the kernel
|
||||
# through getenv() (or kenv(1) in userland). The format of the file
|
||||
# is 'variable=value', see kenv(1)
|
||||
#
|
||||
# env "GENERIC.env"
|
||||
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
|
@ -30,8 +30,6 @@ makeoptions MODULES_OVERRIDE=""
|
||||
options KERNVIRTADDR=0x80100000
|
||||
include "../adm5120/std.adm5120"
|
||||
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
||||
options DDB
|
||||
|
@ -23,15 +23,6 @@ cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
ident GENERIC
|
||||
|
||||
# To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" # Default places to look for devices.
|
||||
|
||||
# Use the following to compile in values accessible to the kernel
|
||||
# through getenv() (or kenv(1) in userland). The format of the file
|
||||
# is 'variable=value', see kenv(1)
|
||||
#
|
||||
# env "GENERIC.env"
|
||||
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
|
@ -21,9 +21,6 @@
|
||||
cpu AIM
|
||||
ident GENERIC
|
||||
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints"
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
||||
# Platform support
|
||||
|
@ -21,15 +21,6 @@
|
||||
cpu SUN4U
|
||||
ident GENERIC
|
||||
|
||||
# To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" # Default places to look for devices.
|
||||
|
||||
# Use the following to compile in values accessible to the kernel
|
||||
# through getenv() (or kenv(1) in userland). The format of the file
|
||||
# is 'variable=value', see kenv(1)
|
||||
#
|
||||
# env "GENERIC.env"
|
||||
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
||||
# Platforms supported
|
||||
|
Loading…
x
Reference in New Issue
Block a user