Changes

55 bytes added ,  01:14, 13 May 2021
Added root directory and linked shared1
Line 1: Line 1:  
Persistent state on the Wii is kept in an encrypted filesystem on the 512MB NAND Flash chip. Most of this is accessible from code running on the Broadway using IOS_Read() calls.
 
Persistent state on the Wii is kept in an encrypted filesystem on the 512MB NAND Flash chip. Most of this is accessible from code running on the Broadway using IOS_Read() calls.
    +
* [[:/]]: This is the root directory, containing all other directories.
 
* [[:/dev]]: There are a number of "resources" stored inside the /dev tree, but these are not actually present in Flash; they're "virtual".
 
* [[:/dev]]: There are a number of "resources" stored inside the /dev tree, but these are not actually present in Flash; they're "virtual".
 
* [[:/import]]: This is used as a scratchpad / staging area during import of new contents / titles
 
* [[:/import]]: This is used as a scratchpad / staging area during import of new contents / titles
 
* [[:/meta]]: Generic [[opening.bnr]] files for the Photo, Shop, Mii, Forecast, and News channels. They don't resemble the actual opening.bnr files for those channels.
 
* [[:/meta]]: Generic [[opening.bnr]] files for the Photo, Shop, Mii, Forecast, and News channels. They don't resemble the actual opening.bnr files for those channels.
* /shared1: "Shared" contents that are installed by various channels are installed here.
+
* [[:/shared1]]: "Shared" contents that are installed by various channels are installed here.
 
* [[:/shared2]]: Miscellaneous info that is not specific to one title.
 
* [[:/shared2]]: Miscellaneous info that is not specific to one title.
 
* [[:/shared2/ec]]: State kept by the Wii Store (EC = "Electronic Commerce", probably)
 
* [[:/shared2/ec]]: State kept by the Wii Store (EC = "Electronic Commerce", probably)
Line 18: Line 19:  
* [[:/tmp]]: Used as a temporary area by IOS and various other programs; often, files are created here and then immediately moved elsewhere. This directory is automatically cleaned up whenever IOS boots.
 
* [[:/tmp]]: Used as a temporary area by IOS and various other programs; often, files are created here and then immediately moved elsewhere. This directory is automatically cleaned up whenever IOS boots.
   −
[[Category:Software]]
   
[[Category:Wii Filesystem]]
 
[[Category:Wii Filesystem]]
5,579

edits