VMAN.DLL: Difference between revisions
Appearance
mNo edit summary |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
The "Video Manager" is a main component of the GRADD Model. | |||
VMAN exports a single entry routine, VMIEntry, which is called for all VMI commands. | VMAN exports a single entry routine, VMIEntry, which is called for all VMI commands. | ||
VMAN is responsible for coordinating commands to a specific GRADD. It serialize the communication be between the GRADDs and the translation layer. It is responsible | VMAN is responsible for coordinating commands to a specific GRADD. It serialize the communication be between the GRADDs and the translation layer. It is responsible for Communication and Input Management. | ||
This component can also call Softdraw for simulation. | This component can also call Softdraw for simulation. | ||
More information at the [[ | More information at the [[GRADD Architecture for OS/2 for the PowerPC]] article. | ||
==Version== | ==Version== | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
!Date | !Date||Version||Size||Comments | ||
|- | |- | ||
|2006-03-22 | |2006-03-22|| ||67,993 bytes|| | ||
| | |||
|67,993 bytes | |||
| | |||
|} | |} | ||
Line 49: | Line 43: | ||
* GRADD$ - [[GRADD.SYS]] | * GRADD$ - [[GRADD.SYS]] | ||
* MOUSE$ - [[MOUSE.SYS]] | * MOUSE$ - [[MOUSE.SYS]] | ||
* SINGLEQ$ - | * SINGLEQ$ - [[PMDD.SYS]] | ||
* OEMHLP$ - | * OEMHLP$ - | ||
* SCREEN$ | * SCREEN$ - [[SCREEN01.SYS]] / [[SCREEN02.SYS]] | ||
[[Category:Files]] | [[Category:Files]] |
Latest revision as of 16:33, 12 November 2022
The "Video Manager" is a main component of the GRADD Model.
VMAN exports a single entry routine, VMIEntry, which is called for all VMI commands.
VMAN is responsible for coordinating commands to a specific GRADD. It serialize the communication be between the GRADDs and the translation layer. It is responsible for Communication and Input Management.
This component can also call Softdraw for simulation.
More information at the GRADD Architecture for OS/2 for the PowerPC article.
Version
Date | Version | Size | Comments |
---|---|---|---|
2006-03-22 | 67,993 bytes |
DLL Entry Points
- VMIEntry
- VHAllocMem
- VHFreeMem
- VHPhysToVirt
- VHGetVRAMInfo
- VHLockMem
- VHUnLockMem
- VHMapVRAM
- VMPointerBlt
- VHCallForward
- SeamlessVDMCreated
- SeamlessVDMDestroyed
- VHMap
- VHSetMTRR
DLLs Loaded
Device Driver Requirement
- GRADD$ - GRADD.SYS
- MOUSE$ - MOUSE.SYS
- SINGLEQ$ - PMDD.SYS
- OEMHLP$ -
- SCREEN$ - SCREEN01.SYS / SCREEN02.SYS