diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index 4f4be9cc8060..3bcc3e47f1ef 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;/modules;/boot/kernel"; +static const char *default_searchpath ="/boot/kernel;/boot/modules;/modules"; struct preloaded_file *preloaded_files = NULL;