diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-08-24 18:56:54 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-08-24 18:56:54 +0000 |
| commit | 2422dd797338e06b7a2324f47aba3088c7cb582d (patch) | |
| tree | ec7a67cc949653f9e4c62c27cfa803547e5dce30 | |
| parent | 5836b5e001bcc0a1dd3a54a68aaab68ed56c45da (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 3 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/amd64/conf/GENERIC | 3 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 3 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 5b3b53e94fccc..27b5006699417 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -27,7 +27,8 @@ cpu EV5 ident GENERIC maxusers 32 -hints "GENERIC.hints" +#To statically compile in device wiring instead of /boot/device.hints +#hints "GENERIC.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 5b3b53e94fccc..27b5006699417 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -27,7 +27,8 @@ cpu EV5 ident GENERIC maxusers 32 -hints "GENERIC.hints" +#To statically compile in device wiring instead of /boot/device.hints +#hints "GENERIC.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a4561ff96a2de..765029253bbe0 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -25,7 +25,8 @@ cpu I686_CPU ident GENERIC maxusers 32 -hints "GENERIC.hints" #Default places to look for devices. +#To statically compile in device wiring instead of /boot/device.hints +#hints "GENERIC.hints" #Default places to look for devices. #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index a4561ff96a2de..765029253bbe0 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -25,7 +25,8 @@ cpu I686_CPU ident GENERIC maxusers 32 -hints "GENERIC.hints" #Default places to look for devices. +#To statically compile in device wiring instead of /boot/device.hints +#hints "GENERIC.hints" #Default places to look for devices. #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 6910fa4c6d5a6..3c27892e14f57 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -25,7 +25,8 @@ cpu I686_CPU ident GENERIC maxusers 32 -hints "GENERIC.hints" +#To statically compile in device wiring instead of /boot/device.hints +#hints "GENERIC.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols |
