P6K7MTRR.SYS: Difference between revisions
Appearance
Created page with "A simple interface physical device driver(PDD) that can manage memory Type Range Registers(MTRRs) of Intel P6* / AMD K7** series processors. Programmer can query/modify any MT..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
A simple interface physical device driver(PDD) that can manage memory Type Range Registers(MTRRs) of Intel P6* / AMD K7** series processors. Programmer can query/modify any MTRR settings via DosDevIOCtl() API, from non-Ring0 privileges. A sample executable, VFBWC.EXE, using P6K7MTRR.SYS, sets MTRR write-combining strategy to video frame buffer aperture. It can often improve graphic performance, especially [[DIVE]]. By [[Takayuki | A simple interface physical device driver(PDD) that can manage memory Type Range Registers(MTRRs) of Intel P6* / AMD K7** series processors. Programmer can query/modify any MTRR settings via DosDevIOCtl() API, from non-Ring0 privileges. A sample executable, VFBWC.EXE, using P6K7MTRR.SYS, sets MTRR write-combining strategy to video frame buffer aperture. It can often improve graphic performance, especially [[DIVE]]. By [[Takayuki Suwa]] | ||
DEVICE=P6K7MTRR.SYS | DEVICE=P6K7MTRR.SYS | ||
{| class="wikitable" | {| class="wikitable" | ||
| | |+Platform Support: | ||
!OS/2 2.x | !OS/2 2.x | ||
!OS/2 3.0 | !OS/2 3.0 | ||
Line 10: | Line 9: | ||
!OS/2 4.5x | !OS/2 4.5x | ||
|- | |- | ||
| | | | ||
|Yes | |Yes | ||
|Yes | |Yes |
Revision as of 23:14, 5 February 2017
A simple interface physical device driver(PDD) that can manage memory Type Range Registers(MTRRs) of Intel P6* / AMD K7** series processors. Programmer can query/modify any MTRR settings via DosDevIOCtl() API, from non-Ring0 privileges. A sample executable, VFBWC.EXE, using P6K7MTRR.SYS, sets MTRR write-combining strategy to video frame buffer aperture. It can often improve graphic performance, especially DIVE. By Takayuki Suwa
DEVICE=P6K7MTRR.SYS
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
Yes | Yes | Yes |