summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/pc98/loader/conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/conf.c b/sys/boot/pc98/loader/conf.c
index 18eb21c..ce80cef 100644
--- a/sys/boot/pc98/loader/conf.c
+++ b/sys/boot/pc98/loader/conf.c
@@ -83,9 +83,11 @@ struct fs_ops *file_system[] = {
* rather than reading the file go first.
*/
extern struct file_format i386_elf;
+extern struct file_format i386_elf_obj;
struct file_format *file_formats[] = {
&i386_elf,
+ &i386_elf_obj,
NULL
};
OpenPOWER on IntegriCloud