@@ -159,10 +159,16 @@ GetInterface(DOSBase, "main", 1, NULL)) == NULL) @throw [OFInitializationFailedException exceptionWithClass: self]; #endif + /* + * Make sure OFFile is initialized. + * On some systems, this is needed to initialize the file system driver. + */ + [OFFile class]; + defaultManager = [[OFFileManager_default alloc] init]; } + (OFFileManager *)defaultManager {