Welcome, Guest. Please login or register.

Author Topic: Increasing speed of computer  (Read 5805 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PiR

  • Full Member
  • ***
  • Join Date: Apr 2003
  • Posts: 148
    • Show all replies
Re: Increasing speed of computer
« on: August 11, 2003, 04:10:22 PM »
chip ram was shared between CPU and DMA, so if DMA was active CPU had to wait.

fast ram was in use exclusivelly by CPU, so accessing it didn't requre waiting for DMA.

mysterious slow ram - only CPU was able to generate address for it, so only CPU was able to access it, but the address space from this range was handled by bus for chip ram - so if CPU wanted access from this ram it had to wait for DMA to finish, altough DMA itself was never able to use it.

Good luck
PiR