Add cd9660 support to userboot to allow CD boot.
This commit is contained in:
parent
bc87f08e98
commit
dd517bc793
@ -57,6 +57,7 @@ struct devsw *devsw[] = {
|
||||
struct fs_ops *file_system[] = {
|
||||
&host_fsops,
|
||||
&ufs_fsops,
|
||||
&cd9660_fsops,
|
||||
&gzipfs_fsops,
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user