Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What determines the limit of RAM that can be connected to a processor

Status
Not open for further replies.

Embedded_Geek

Full Member level 6
Joined
Jul 5, 2010
Messages
340
Helped
58
Reputation
116
Reaction score
56
Trophy points
1,318
Location
Germany
Activity points
2,948
Can anyone please help me know How to determine the maximum limit of RAM that can be connected to a processor like Intel dual core etc.

Intel Pentium IV is of 32 bit and I have a dual core of 32 bit as well. But the amount of RAM supported by each of these processor are different even though both of them are 32 bit processor.
 

Registers in x86 PCs are limited to 32 bits, which means the biggest number that can be stored in that register is 2^32, or 4,294,967,296; which means that the CPU can access up to "ADDRESS 4,294,967,296" which is the 4th GB of data.

The problem is that the CPU also access I/O devices (printer, USB, keyboard, mouse, monitor, etc.) by assigning them an address as well. So it reserves half a GB or so of the memory addresses to talk to the I/O devices... So you have 4GB - ~0.5GB -> 3.5 GB (on Windows it is 3.2GB).

Difference Between 32 Bit (x86) and 64 Bit (x64)

:wink:
IanP
 

CPU doesn't "handle" Ram. This is a motherboard/operating system that "handles" it.

Your Motherboard RUNS the ram. Your Operating system has to Address the RAM to be used by the computer.
Most computers can handle up to like 16 gb of RAM (or maybe even more depending on the type of RAM). But your Operating system my limit that. With a 32-bit OS you can only address up to 4gb of memory. Because windows itself needs some address you only get something like 3.2 gb. So you could even have 10gb in your computer, but your Operating system would only "see" 3.2 gb. But with 64-bit OS you can get up to like 128 gb or something?

---------- Post added at 14:49 ---------- Previous post was at 14:46 ----------

Computer Memory - 4 All Memory
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top