English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-11-16 14:54:43 · 3 answers · asked by cramesh 1 in Computers & Internet Hardware Desktops

3 answers

Deirdre is correct concerning the physical memory.

the kernel memory is a restricted area in the physical memory starting at mem addr 0. it contains all important data for the operating system (whereby the first few Kb's are reserved for processor specific data).

here is a very short description of what it is
http://www.webopedia.com/TERM/k/kernel.html

2006-11-16 15:51:02 · answer #1 · answered by frime 6 · 0 0

Physical Memory:::A physical memory is a term used to describe the total amount of memory installed in the computer. For example, if the computer has two 64MB memory modules installed, it has a total of 128MB of physical memory.


kernel Memory:The memory used by the operating system, which is protected and cannot be accessed by regular applications. Virtual memory can be used to page some of the kernel in memory to disk. However, there is always a certain part of the kernel that must reside in physical memory at all times and cannot be swapped out

2006-11-17 07:33:43 · answer #2 · answered by rajesh K 1 · 0 0

Physical memory is the amount of memory you have installed on the mother board in SIMM's.

The Kernel is the machine code of the basic operating system you have. Usually Kernel is a word used for Unix or Linux based operating systems. It's the fundamental operating system, not including any drivers loaded at boot time.

What you probably meant when you said (I'm making an assumption here) is Virtual memory, which is a file on the hard drive that is used to extend the physical memory. Virtual memory is much slower than physical memory, but it allows you to run programs larger than your physical memory alone would allow.

2006-11-16 23:09:05 · answer #3 · answered by Deirdre H 7 · 0 0

fedest.com, questions and answers