i read like paging is used for page to pageframe conversion and thats how virtual address achived. But during illeagal access in the memory we getting segmentation fault instead of page fault?
- is both pagefualt and segmentation fault is same? or both are different scheme to achive the virtual address?
- if a.out is needed 64KB then how section of the a.out stored (i.e stack, heap, bss, text) stored in memory?
after searching in google i found good article.
http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/Memory/virtual.html