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

Difference between revisions of "/dev"

From WiiBrew
Jump to navigation Jump to search
(Undo revision 98556 by Mili (talk))
(Navbox and more info)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Special:Prefixindex/{{FULLPAGENAME}}/}}
+
'''/dev''' is the directory containing virtual files whose operations are redirected to specific [[IOS]] modules. They can be created for the current IOS session using the IOS_RegisterResourceManager syscall, which sends incoming commands directly to the specified message queue (except open, where the kernel generates a handle before sending the command).
  
[[Category:Wii Filesystem]]
+
{{Navbox filebrowser|dir}}

Latest revision as of 02:49, 9 August 2021

/dev is the directory containing virtual files whose operations are redirected to specific IOS modules. They can be created for the current IOS session using the IOS_RegisterResourceManager syscall, which sends incoming commands directly to the specified message queue (except open, where the kernel generates a handle before sending the command).