summaryrefslogtreecommitdiff
path: root/sys/include/vm/physmem.h
AgeCommit message (Collapse)Author
36 hourskernel: vm: Add total system memory in vmstatIan Moffett
This commit introduces reporting of total system memory supported through the vmstat subsystem Signed-off-by: Ian Moffett <ian@osmora.org>
37 hourskernel: vm: Add virtual memory statisticsIan Moffett
Introduce the '/ctl/vm/stat' control file for providing virtual memory related statistics to userland. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-16project: Update copyright date to 2025Ian Moffett
Was supposed to happen on Jan 1, sorry! Happy late new year! Signed-off-by: Ian Moffett <ian@osmora.org>
2024-06-04kernel: vm: Add physical memory allocatorIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>