need to know os memory management

Status
Not open for further replies.

the moon is back

Member level 2
Joined
Apr 29, 2012
Messages
42
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,566
hi, can anybody explain me, how memory is managed in an operating system?
thank u.
 

I think the question is really vast ....Refer any book on the Operating system Fundamentals ....

Good Luck
 

Hi,

You can find more data in Google regarding this.If you have any doubt then you can raise question.
 

Hi, memory is managed by Memory Management Unit (MMU), which is a hardware circuit present in the chip. This circuit is responsible for creating memory regions and assigning attributes (like read, write, executable etc). One memory region makes Process. In process one or more then one task can run.
In general all OS support MMU. But there are some OS which do not support MMU, actually has flat memory architecture.
Example OS Support MMU:
Linux, Window, Vxworks V6 onwards, etc

OS which do not support MMU :

uCLinux,uvelosity etc.
You should also refer following website, which is only for Embedded System and RTOS.
http://embeddedcraft.org/

Sachin
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…