diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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 |
