Linux MM Is It Good for us?
Posted: Mon Dec 02, 2002 8:12 am
ok guys I and my friend are trying to write an operatingsystem and were going through the code of linux MM and discovered that linux used the same virtual space
i.e only one page directory for all its processes including the kernel space. though there is segment level protection in this approach we are leaning towards a seperate page directory for each process giving obvious page level protection too and it makes it way easier to deal with page replacement algorithms. which do u think is better the linux approach or ours and which do u think is easier. Please give your views on this subject any criticism is also most welcome.
i.e only one page directory for all its processes including the kernel space. though there is segment level protection in this approach we are leaning towards a seperate page directory for each process giving obvious page level protection too and it makes it way easier to deal with page replacement algorithms. which do u think is better the linux approach or ours and which do u think is easier. Please give your views on this subject any criticism is also most welcome.