Re: What is GRAT driver ?
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.).
|