summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 09:47:12 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-03 10:40:38 +0200
commit042a0db8b705abc0e5a5fec61309a1fe05878931 (patch)
tree248fca6e81b4d55a543fabe543aafc6c0c8f7065 /README
parent06c3b46e273598a94480df39d01617c14764ee39 (diff)
Refactor and remove unused code
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f7942af
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+A reincarnation prototype for the Hurd
+======================================
+
+% ./reincarnation -c hi ./persistent-hello --content="hi there :)
+" &
+% cat hi
+hi there :)
+% pkill persistent-hell ; cat hi
+hi there :)
+
+!!! run as root, libtrivfs allows only root to do this atm :(
+# fsysopts hi "--contents=something else
+"
+
+% cat hi
+something else
+% pkill persistent-hell ; cat hi
+something else
+
+Whoa, persistent-hello got reincarnated and retained its
+state. Unfortunately any client related state is currently lost,
+including the ports:
+
+% ( pkill persistent-hell ; cat ) < hi
+[1] 14400 resource lost ( pkill persistent-hell; cat; ) < hi