From 2f30e2e989acacc99eeecd31095ecf5bc364e817 Mon Sep 17 00:00:00 2001 From: Sam Boyer Date: Thu, 7 May 2015 09:44:59 -0400 Subject: [PATCH] Add crash-only software dir + articles --- crash_only/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crash_only/README.md diff --git a/crash_only/README.md b/crash_only/README.md new file mode 100644 index 0000000..920eb95 --- /dev/null +++ b/crash_only/README.md @@ -0,0 +1,4 @@ +# Crash-Only Software + +* [Crash-Only Software](https://www.usenix.org/legacy/events/hotos03/tech/full_papers/candea/candea.pdf) by Candea and Fox. +* [Microreboot -- A technique for cheap recovery](https://www.usenix.org/legacy/event/osdi04/tech/full_papers/candea/candea.pdf) by Candea, Kawamoto, Fujiki, Friedman, Fox. Follows up on the original crash-only paper to outline a broader strategy of failure management.