diff options
author | tv <tv@xso> | 2011-09-08 13:11:57 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-08 13:11:57 +0200 |
commit | 9278f02b932fe9e7a59866ac713b7f2533b89dc9 (patch) | |
tree | 1cdbb2c02e58e340187cd365eac1c24aec4f130c | |
parent | d78ee04c351350f8da89a462d7597678fc03c6f9 (diff) |
//DNA: add README
-rw-r--r-- | DNA/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/DNA/README.md b/DNA/README.md new file mode 100644 index 00000000..9de84746 --- /dev/null +++ b/DNA/README.md @@ -0,0 +1,14 @@ +# Distribution-Neutral Augmentation + +Warning: This component will compromise your system in hard and obscure ways. + +## //DNA/linux + +This module will mutilate your running kernel's sys_call_table so // +resolves to the krebs repository. + +## Quickstart + + make -C //DNA/linux + sudo insmod //DNA/linux/krebs.ko + |