add /proc/kpagecount#232
Conversation
|
At the moment, Also, I copy pasted some code from process::pagemap, but the unbounded ranges don't make any sense (same for page map). We should raise an error if this is the case. |
Do you want to hold off on the merge until this is done? Or should we merge this now, and iterate if necessary in future pull requests? |
|
Did some testing replacing the multiple reads in the loop by a single read, but program now runs slower... I guess this is not the main bottleneck. I think this can be merged. One future enhancement would be to replace u64 by a new type like Pfn(u64) |
No description provided.