Difference between revisions of "SceDeci4pSDrfp"

From Vita Development Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
System Drive reference processor. System Drive Remote File processor.
+
DECI4P System Drive remote filesystem process. SceDeci4pSDrfp registers a virtual filesystem to read files from the host PC at boot time. This virtual filesystem has a minimal implementation: only <code>vop_open/vop_close/vop_lookup/vop_read/vop_lseek/vop_inactive</code> functions are implemented. Since this filesystem is just for startup, [[SceDeci4pDrfp]] later deletes the virtual filesystem before registering the full deci4p_drfp_dev_fs virtual filesystem.
  
Register vfs for read files from the host PC at boot time and handle them.
+
[[Category:ARM]]
 
+
[[Category:Kernel]]
So these vfs are minimal implementations : <code>vop_open/vop_close/vop_lookup/vop_read/vop_lseek/vop_inactive</code>
+
[[Category:Modules]]
 
 
And since these vfs are temporary for startup, [[SceDeci4pDrfp]] will later delete the vfs before registering the full deci4p_drfp_dev_fs vfs.
 

Latest revision as of 20:57, 1 May 2023

DECI4P System Drive remote filesystem process. SceDeci4pSDrfp registers a virtual filesystem to read files from the host PC at boot time. This virtual filesystem has a minimal implementation: only vop_open/vop_close/vop_lookup/vop_read/vop_lseek/vop_inactive functions are implemented. Since this filesystem is just for startup, SceDeci4pDrfp later deletes the virtual filesystem before registering the full deci4p_drfp_dev_fs virtual filesystem.