summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/module.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-05 22:37:46 +0000
committerobrien <obrien@FreeBSD.org>2000-09-05 22:37:46 +0000
commit6de7dfbb5addebdbd6fd8b8b3907632862b2f4ba (patch)
treea46fa7d5e288c56eba81ee5cbf9d55936212d11c /sys/boot/common/module.c
parent508fb708e11430ef70bfe03c5cc9002582a3d79d (diff)
downloadFreeBSD-src-6de7dfbb5addebdbd6fd8b8b3907632862b2f4ba.zip
FreeBSD-src-6de7dfbb5addebdbd6fd8b8b3907632862b2f4ba.tar.gz
The kernel is now known as `kernel.ko' and it and its matching modules
live in ``/boot/kernel/''.
Diffstat (limited to 'sys/boot/common/module.c')
-rw-r--r--sys/boot/common/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c
index effb848..192e58d 100644
--- a/sys/boot/common/module.c
+++ b/sys/boot/common/module.c
@@ -49,7 +49,7 @@ struct file_metadata* metadata_next(struct file_metadata *base_mp, int type);
/* load address should be tweaked by first module loaded (kernel) */
static vm_offset_t loadaddr = 0;
-static const char *default_searchpath ="/;/boot;/modules";
+static const char *default_searchpath ="/boot/modules;/modules;/boot/kernel";
struct preloaded_file *preloaded_files = NULL;
OpenPOWER on IntegriCloud