Changes

194 bytes removed ,  07:44, 14 June 2022
The existence of /shared2/title means this isn’t a savefile, but a root dir
Line 5: Line 5:  
| group = 0
 
| group = 0
 
}}
 
}}
βˆ’
'''/shared2''' is a general purpose directory used as a shared savefile-like space, much like how [[:/shared1]] holds shared title contents. It was probably created later in the Wii's development, since some shared files are instead in the [[System Menu]]'s savefile ([[:/title/00000001/00000002/data]]).
+
'''/shared2''' is a directory accessible to all [[Broadway]] titles. It resembles a root directory for these titles.
   βˆ’
The NAND SDK library seems to deny access to /shared2 through the main <code>OpenFile</code>, although a separate function (<code>OpenFilePrivileged</code>) exists without this restriction, and due to the lack of memory protection in [[Revolution OS]], <code>OpenFilePrivileged</code> can be freely called.
+
The NAND SDK library seems to deny access to /shared2 through the main <code>NANDOpen</code>, although a separate function (<code>NANDPrivateOpen</code>) exists without this restriction, and due to the lack of memory protection in [[Revolution OS]], <code>NANDPrivateOpen</code> can be freely called.
    
A quick (and incomplete) overview of the containing folders:
 
A quick (and incomplete) overview of the containing folders:
5,579

edits