IOS: Difference between revisions
Jump to navigation
Jump to search
New page: IOS is the operating system that runs on the Starlet coprocessor inside the Hollywood package. It provides the services that are used by Wii code to access most of the system devices. |
No edit summary |
||
Line 1: | Line 1: | ||
IOS is the operating system that runs on the Starlet coprocessor inside the Hollywood package. It provides the services that are used by Wii code to access most of the system devices. | IOS is the operating system that runs on the Starlet coprocessor inside the Hollywood package. It provides the services that are used by Wii code to access most of the system devices. | ||
== IPC == | |||
Communication with IOS from PPC code is done using an IPC mechanism. There are 7 calls that can be made using this system: | |||
# open | |||
# close | |||
# read | |||
# write | |||
# seek | |||
# ioctl | |||
# ioctlv | |||
== /dev tree == |
Revision as of 02:56, 29 January 2008
IOS is the operating system that runs on the Starlet coprocessor inside the Hollywood package. It provides the services that are used by Wii code to access most of the system devices.
IPC
Communication with IOS from PPC code is done using an IPC mechanism. There are 7 calls that can be made using this system:
- open
- close
- read
- write
- seek
- ioctl
- ioctlv