VMAN.DLL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(11 intermediate revisions by 2 users 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. | 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 | 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" | |||
{| | |||
|- | |- | ||
| | !Date||Version||Size||Comments | ||
| | |||
| | |||
| | |||
|- | |- | ||
|2006-03-22|| ||67,993 bytes|| | |||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
#VMIEntry | |||
#VHAllocMem | |||
#VHFreeMem | |||
#VHPhysToVirt | |||
#VHGetVRAMInfo | |||
#VHLockMem | |||
#VHUnLockMem | |||
#VHMapVRAM | |||
#VMPointerBlt | |||
#VHCallForward | |||
#SeamlessVDMCreated | |||
#SeamlessVDMDestroyed | |||
#VHMap | |||
#VHSetMTRR | |||
==DLLs Loaded== | ==DLLs Loaded== | ||
Line 52: | Line 39: | ||
* [[MSG.DLL]] | * [[MSG.DLL]] | ||
* [[PMGRE.DLL]] | * [[PMGRE.DLL]] | ||
==Device Driver Requirement== | |||
* GRADD$ - [[GRADD.SYS]] | |||
* MOUSE$ - [[MOUSE.SYS]] | |||
* SINGLEQ$ - [[PMDD.SYS]] | |||
* OEMHLP$ - | |||
* 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