In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
3 bytes removed ,  23:42, 4 January 2022
Used official names for the NAND permissions
Line 7: Line 7:  
'''/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 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]]).
   −
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>OpenFilePrivileged</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

Navigation menu