Re: Vista fools users with SP1 | | The term paging is overloaded. Booo was right when he talked of no paging in kernel mode in that dynamically allocated kernel data (using kmalloc, vmalloc) is not swapped out (nor is code). The kernel can swap out user mode code and data quite easily. There are some disadvantages to this, but many people claim there are not... I don't agree with them, but to each his own. |