From c1672ab1ede5b120876596cd10edce25d5d69adc Mon Sep 17 00:00:00 2001 From: jlemon Date: Sat, 29 Apr 2000 20:49:33 +0000 Subject: Teach the loader about the ext2fs filesystem, extended partitions, and the new readdir function. --- sys/boot/powerpc/loader/conf.c | 3 +++ sys/boot/powerpc/ofw/conf.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'sys/boot/powerpc') diff --git a/sys/boot/powerpc/loader/conf.c b/sys/boot/powerpc/loader/conf.c index d243399..5f2f519 100644 --- a/sys/boot/powerpc/loader/conf.c +++ b/sys/boot/powerpc/loader/conf.c @@ -59,6 +59,9 @@ struct fs_ops *file_system[] = { #ifdef LOADER_CDROM_SUPPORT &cd9660_fsops, #endif +#ifdef LOADER_EXT2FS_SUPPORT + &ext2fs_fsops, +#endif #ifdef LOADER_NET_SUPPORT &nfs_fsops, #endif diff --git a/sys/boot/powerpc/ofw/conf.c b/sys/boot/powerpc/ofw/conf.c index d243399..5f2f519 100644 --- a/sys/boot/powerpc/ofw/conf.c +++ b/sys/boot/powerpc/ofw/conf.c @@ -59,6 +59,9 @@ struct fs_ops *file_system[] = { #ifdef LOADER_CDROM_SUPPORT &cd9660_fsops, #endif +#ifdef LOADER_EXT2FS_SUPPORT + &ext2fs_fsops, +#endif #ifdef LOADER_NET_SUPPORT &nfs_fsops, #endif -- cgit v1.1