Vova wrote:
Hello All !
In fact, Linux use paging memory model, but segment model has some advantages such as no need to relocation. Why Linux prefare paging model ? Is it only compitability issue ?
According to a book of mine (Understanding the linux kernel), linux prefers paging because:
- Memory management is simpler
- Some architectures have limited or no support for segmentation (e.g. RISC)
Hope this helps,
Daniel
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/