summaryrefslogtreecommitdiff
path: root/kernel/sysinfo.h
blob: fb878e619a94c60dc690d6681c2b4a10f8e24bfc (plain)
1
2
3
4
struct sysinfo {
  uint64 freemem;   // amount of free memory (bytes)
  uint64 nproc;     // number of process
};