aboutsummaryrefslogtreecommitdiff
path: root/common/pmem.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-10-14 15:19:08 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-10-14 15:19:08 +0300
commit0bd3518117ad29ffc91c7967068abc9948cc4885 (patch)
tree5560d514e9880c582462da06048e83e21fc4c258 /common/pmem.c
parent54df2c4c0a61c03cba268e45e0fd85bf2a7e564b (diff)
downloadkmi-0bd3518117ad29ffc91c7967068abc9948cc4885.tar.gz
kmi-0bd3518117ad29ffc91c7967068abc9948cc4885.zip
remove references to cow
+ Skip cow for now, maybe implement later but try to keep things simple.
Diffstat (limited to 'common/pmem.c')
-rw-r--r--common/pmem.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/pmem.c b/common/pmem.c
index 2b2fb00..748a1c8 100644
--- a/common/pmem.c
+++ b/common/pmem.c
@@ -36,6 +36,10 @@
#include <apos/bits.h> /* is_nset etc */
#include <libfdt.h>
+/* \todo add memory page counting?
+ * To make sure memory is not overcommited at clone, for example.
+ */
+
/**
* Loop through all page usage bits in current bitmap.
*