PDA

View Full Version : What is GRAT driver ?


0000000009
04-11-06, 08:46 PM
thanks

zander
04-12-06, 06:56 AM
The GART is a table in system memory that is used in the process of remapping addresses in the AGP/K8 aperture to the underlying system memory. A typical GART driver configures relevant parts of the core logic and then maintains the GART (i.e. allocates/inserts new memory into the GART, removes/frees existing memory, etc.).

0000000009
04-12-06, 08:46 PM
thank you:)