Skip to content

Commit

Permalink
Add sysinfo.h with struct sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashoek committed Sep 5, 2020
1 parent d85ed0b commit 8813049
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/sysinfo.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
struct sysinfo {
uint64 freemem; // amount of free memory (bytes)
uint64 nproc; // number of process
};

0 comments on commit 8813049

Please sign in to comment.