I’ve read Linux device driver, Linux Kernel Devlopment and kernel.org and lwn articles but I’m still confused
If I request memory of sizes of multiple page_size,
- Will the physical page frames assigned to said pages be physically adjacent?
- Can the provided page frames be taken or reassigned?
- Is it susceptible to Major Page Faults?
- Will using vmalloc instead of kmalloc cause the page frames to be randomized?