diff options
Diffstat (limited to 'system/ksplice/README')
-rw-r--r-- | system/ksplice/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/ksplice/README b/system/ksplice/README new file mode 100644 index 0000000000..10a0c9754f --- /dev/null +++ b/system/ksplice/README @@ -0,0 +1,8 @@ +Ksplice allows system administrators to apply patches to their +operating system kernels without rebooting. Unlike previous hot +update systems, Ksplice operates at the object code layer, which +allows Ksplice to transform many traditional source code patches into +hot updates with little or no programmer involvement. In the common +case that a patch does not change the semantics of persistent data +structures, Ksplice can create a hot update without a programmer +writing any new code. |