SceDeci4pSDrfp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "System Drive reference processor. System Drive Remote File processor. Register vfs for read files from the host PC at boot time and handle them. So these vfs are minimal imp...") |
No edit summary |
||
Line 5: | Line 5: | ||
So these vfs are minimal implementations : <code>vop_open/vop_close/vop_lookup/vop_read/vop_lseek/vop_inactive</code> | So these vfs are minimal implementations : <code>vop_open/vop_close/vop_lookup/vop_read/vop_lseek/vop_inactive</code> | ||
And since these vfs are temporary for startup, [[SceDeci4pDrfp]] will later delete the vfs before registering the full | And since these vfs are temporary for startup, [[SceDeci4pDrfp]] will later delete the vfs before registering the full deci4p_drfp_dev_fs vfs. |
Revision as of 13:37, 26 January 2023
System Drive reference processor. System Drive Remote File processor.
Register vfs for read files from the host PC at boot time and handle them.
So these vfs are minimal implementations : vop_open/vop_close/vop_lookup/vop_read/vop_lseek/vop_inactive
And since these vfs are temporary for startup, SceDeci4pDrfp will later delete the vfs before registering the full deci4p_drfp_dev_fs vfs.