Enable splitfs in the Alpha boot loaders.

This commit is contained in:
John Baldwin 2004-03-25 20:36:57 +00:00
parent 7cca215b12
commit a59f1c063e

View File

@ -67,6 +67,7 @@ struct fs_ops *file_system[] = {
&nfs_fsops,
#endif
&gzipfs_fsops,
&splitfs_fsops,
NULL
};