xv6-lab/kernel/sysinfo.h
2022-09-13 19:01:13 -04:00

5 lines
114 B
C

struct sysinfo {
uint64 freemem; // amount of free memory (bytes)
uint64 nproc; // number of process
};