diff options
author | peter <peter@FreeBSD.org> | 2004-05-17 22:13:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2004-05-17 22:13:14 +0000 |
commit | 4070a4a8d4f684242bddd0ac9a1e6c999dd11ded (patch) | |
tree | 615ac90a5256beb1e7be1556e796f0b05923b4fe /sys | |
parent | 6b26513d963f9b9368e963225111afa0e54f3411 (diff) | |
download | FreeBSD-src-4070a4a8d4f684242bddd0ac9a1e6c999dd11ded.zip FreeBSD-src-4070a4a8d4f684242bddd0ac9a1e6c999dd11ded.tar.gz |
Turn on modules for amd64. Fear.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/amd64/conf/NOTES | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index fc08e56..ccf70f8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -26,7 +26,6 @@ ident GENERIC #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols -makeoptions NO_MODULES=not_yet options SCHED_ULE # ULE scheduler options INET # InterNETworking diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 8c9b152..d3610a6 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -7,9 +7,6 @@ # $FreeBSD$ # -# We don't have modules on amd64. -makeoptions NO_MODULES=not_yet - # # This directive is mandatory; it defines the architecture to be # configured for; in this case, the AMD64 family based machines. |