R0STUB.SYS: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
R0STUB.SYS is the ring-0 half of the sync-stream-manager (SSM) that allows MMPM/2 to synchronize audio and video. Allows | R0STUB.SYS is the ring-0 half of the sync-stream-manager (SSM) that allows MMPM/2 to synchronize audio and video. Allows [[AUDIOSH.DLL]] to talk to audio drivers vis IDC entrypoint. In the beginning, all the streaming took place at ring-0. Later (Warp 3?), the audio streaming was moved to ring-3. The API still had to be maintained to audio driver. R0STUB is small piece of code that takes FIFOs buffers to/from MMPM/2 ring-3 audio stream handler and delivers them from/to the hardware vendor audio device driver. | ||
==Version== | ==Version== | ||
Line 9: | Line 9: | ||
==Config.sys Documentation== | ==Config.sys Documentation== | ||
DEVICE=\MMOS2\R0STUB.SYS | |||
= | '''Platform Support:''' | ||
{| class="wikitable" | |||
|- | |||
!OS/2 2.x | |||
!OS/2 3.0 | |||
!OS/2 4.0 | |||
[[Category:Drivers]] | !OS/2 4.5x | ||
|- | |||
|Yes | |||
|Yes | |||
|Yes | |||
|Yes | |||
|} | |||
[[Category:Drivers]][[Category:DEVICE Statements]] |
Revision as of 03:27, 27 November 2016
R0STUB.SYS is the ring-0 half of the sync-stream-manager (SSM) that allows MMPM/2 to synchronize audio and video. Allows AUDIOSH.DLL to talk to audio drivers vis IDC entrypoint. In the beginning, all the streaming took place at ring-0. Later (Warp 3?), the audio streaming was moved to ring-3. The API still had to be maintained to audio driver. R0STUB is small piece of code that takes FIFOs buffers to/from MMPM/2 ring-3 audio stream handler and delivers them from/to the hardware vendor audio device driver.
Version
Date | Version | Size | Comments |
---|---|---|---|
2001-07-26 13:59 | 14.075 | 7,252 bytes |
Config.sys Documentation
DEVICE=\MMOS2\R0STUB.SYS
Platform Support:
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
Yes | Yes | Yes | Yes |