Why is kernel memory not pagable ?
Oct. 21, 2013
3:53 p.m.
Am very new to kernel programming and one of the concept says that kernel memory isn't pagable ? Can please someone explain its reason ?
Oct. 21, 2013
4:08 p.m.
Hi On Mon, Oct 21, 2013 at 8:53 AM, Nav Kamal <navkamal90@gmail.com> wrote:
Am very new to kernel programming and one of the concept says that kernel memory isn't pagable ? Can please someone explain its reason ?
If we try to page off kernel structures we might have a deadlock trying to bring it back. Imagine you removed from memory for disk drivers code text, or swapped data needed for paging algorithm. Now to bring any data back you need the code that does not present in memory and should be paged in -> deadlock.
4681
Age (days ago)
4681
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anatol Pomozov -
Nav Kamal