diff options
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/i386/loader/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index ba8ebf6..67c8c95 100644 --- a/sys/boot/i386/loader/conf.c +++ b/sys/boot/i386/loader/conf.c @@ -47,6 +47,7 @@ /* Exported for libstand */ struct devsw *devsw[] = { + &bioscd, &biosdisk, #if defined(LOADER_NFS_SUPPORT) || defined(LOADER_TFTP_SUPPORT) &pxedisk, @@ -58,6 +59,7 @@ struct fs_ops *file_system[] = { &ufs_fsops, &ext2fs_fsops, &dosfs_fsops, + &cd9660_fsops, #ifdef LOADER_GZIP_SUPPORT &zipfs_fsops, #endif |