Enable initializing the filesystem in RTEMS5

This commit is contained in:
Brendan Chandler
2021-02-25 11:23:26 -06:00
parent 2c29dd0c7e
commit c4944b5357
+1 -1
View File
@@ -1082,7 +1082,7 @@ POSIX_Init ( void *argument __attribute__((unused)))
//rtems_bsd_set_vprintf_handler(bsd_vprintf_handler_old);
printf("\n***** Setting up file system *****\n");
//???initialize_remote_filesystem(argv, initialize_local_filesystem(argv));
initialize_remote_filesystem(argv, initialize_local_filesystem(argv));
fixup_hosts();
/*